This topic has 23 replies, 2 voices, and was last updated 6 years, 7 months ago ago by Rose Tyler
Hey there,
after installing demo “Fullwidth” not everything is imported (pictures, product pictures, menu, header, etc…).
Can you please inspect why is that? In documentation theres only instruction to press “Install theme” so I did that – but still missing some objects.
Hello,
Thank you for purchasing our theme and for reaching us.
Menu and images aren’t included in demo data.
To create mega menu you need refer to the documentation https://www.8theme.com/demo/docs/woopress/#!/primary_menu
We excluded real images from demo content and replaced them by placeholders because many of our clients had the problems with demo content import because of the large size of import file and server settings. With placeholders it takes seconds to import demo content, with images – minutes or some of users, who had limits in server setting, get the error.
As a rule, our customers have their own images and there is no any problem to replace placeholders by real images.
On our fullwidth demo selected header type – 6 in Theme Options > Header.
Feel free to ask if you have any other questions.
Regards
Hello,
You have one main menu in center http://prntscr.com/iva2aa, so you need to uncheck “Main menu (right)” in Appearance > Menus > Menu Settings > Display location
Regards
Hi again,
I was trying to scroll down in buying process, but Its actually not working – all I can do is to use arrows on keyboard or move the display manualy with right bar in chrome browser. You can see it here – https://youtu.be/g8FlmyCF4vM
Second thing is menu in responsive version of web – https://ibb.co/hjuSVS
Thank you!
Matous
And one more thing – can I replace flicr in footer with instagram feed? https://ibb.co/bFd4AS
Thank you
Hello,
1. I’ve disabled https://prnt.sc/ixxgsw
2. This is the effect of your settings https://prnt.sc/ixxhm1
3. I’ve enabled VC for static blocks (WPBakery Page Builder > Role Manager >
Post types > Custom) so simply edit your Footer static block using Visual Composer and add Instagram element.
Regards
Thank you – headline of Instagram module is in white color – can you please change it so its black as the other headers in footer? Thank you 🙂
One more thing – how can I edit links and social media icons in header? 🙂
Thank you so much!
1. Please add this code in Theme Options > Custom css:
.main-footer .widgettitle {
color: #252525 !important;
}
2. Theme Options > Header Settings > Header custom HTML (for 6, 7, 13, 14, 18 headers)
Regards
I dont understand the header settings. All I see is [share] tag. How should I modify it?
Thank you
Hello,
Links of [share] shortcode can’t be changed without changes in files, but you may add Social links element in a static block. Add your static block in Header custom HTML by using shortcode [block id= " "]
here is an example of block id https://prnt.sc/iydc5y
Regards
Thank you very much, it works great.
I got issues with BLOG page – Im unable to scroll at all (Im forced to use right bar and scroll manualy) and top úart is hidden under menu. Can you please check settings of page if theres some other setting than rest of web pages? Same goes for actual POSTs.
Thank you!
Hello,
You’re welcome!
You need to disable “Full page sections” option in Page editor > Page Layout
Regards
Thank you – scrolling in blog post is now OK, but on page https://olaffart.cz/blog its still not OK 🙁
Hello,
Please provide temporary FTP access in Private Content.
Regards
Here you go. Thanks!
Hello,
Please clear cache and check now.
Regards
Everything runs smoothly now. Thank you!
I got two more things and I think we are done 🙂
I was able to translate everything except these two things:
1/ “Search for…” in search box – https://ibb.co/jsf1VS
2/ Search result page is not centered – https://ibb.co/dOtAPn
Then very last thing is message on “Thank you” page – can I somehow via CSS make the text bigger and pink? – https://ibb.co/f0fhLS
Thank you very much! One of the best supports I have ever work with 🙂
Hello,
1. A fix for “Search for” translation will be added in next theme update.
2. Please add this custom css code:
.search-no-results .content {
left: 0;
width: 100%;
}
3.
.woocommerce-checkout .woocommerce-thankyou-order-received {
color: #ff5f7b;
font-size: 20px;
}
Regards
Hi there, I have installed plugin with Enquiries for products but the button is positioned in really weird way – can you please check https://olaffart.cz/produkt/mikinove-saty-s-kapi-jednorozci/ (while logged in wordpress) and check this screen: https://ibb.co/fAe8HH
Thank you!
Matous
Hello,
Unfortunately, this is not possible, but add this code in Custom css:
.single-product table.variations,
.single-product table.variations td.value {
margin-bottom: 0;
}
.single-product #ni_enquiry {
clear: both;
margin-bottom: 20px;
}
Regards
I got some feedback from my customer, please help me out a bit with these 🙂
1/ There is still issue with scrolling in blog posts (https://olaffart.cz/prvni-foceni for example)
2/ Can I somehow change color of all <p> text strings in whole website? They are kinda way tooo bright and its almost impossible to read them – I need color like #4f4f4f
3/ Where Can I edit this product tab? https://ibb.co/d5nnSH
4/ I have tried to change text color via Theme Options but it changed color of text in buttons… why? Its called “body text” 🙁 https://ibb.co/iByY1c
Thank you
Hello,
Sorry for the delay due to the weekends.
1. Please disable “Full page sections” http://prntscr.com/j38i7x
2.
p {
color: #4f4f4f !important;
}
or check settings of your text elements – https://prnt.sc/j38jg0
3. This is default woocommerce tab, so I would recommend you to contact woocommerce support.
Maybe this article will be useful for you – https://docs.woocommerce.com/document/editing-product-data-tabs/
4.
.single_add_to_cart_button {
color: white;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up