Forum Replies Created
-
AuthorPosts
-
Hi hark!
You can try a plugin like http://wordpress.org/plugins/subscribe2/ I have not personally tested on Enfold but should work fine
Regards,
YigitHey corbono!
Can you elaborate? Screenshot of the issue would be helpful
Best regards,
YigitHi!
You are welcome! Let us know if you have any other questions or issues :)
Cheers!
YigitHey!
Can you translate the error you get to English please? It would be useful to find out the source of the issue
Regards,
YigitNovember 28, 2013 at 5:13 pm in reply to: Problem with font colors. I set blue on some text and half of it goes green!! #194414Hey elcetera!
Strong elements get the main color or alternate color of the theme by default. You can turn it off by adding following code to Quick CSS in Enfold theme options under Styling tab
.main_color strong, .alternate_color strong { color: inherit; }
Best regards,
YigitNovember 28, 2013 at 5:11 pm in reply to: Problems after updating "Enfold" Theme to Version 2.4.2 #194413Hi!
I asked you to send it here, so any available moderator could take a look and help you out faster.
Cheers!
Yigit-
This reply was modified 9 years, 3 months ago by
Yigit.
Hey!
Sorry, please use following code instead
.page-id-1081 #header { display: none; }
Best regards,
YigitNovember 28, 2013 at 4:59 pm in reply to: Two menu bars highlight at same time | Blog sidebars not working #194401Hi dcashion!
This website is not using Enfold theme. Please make sure that you are posting the correct link to your website.
Regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.page-id-1081 .main_menu { display: none; }
Regards,
YigitNovember 28, 2013 at 4:49 pm in reply to: Problems after updating "Enfold" Theme to Version 2.4.2 #194394Hey Christopher!
It would be a lot better if you can post a link to your pdf file here. You can check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button if you would like to post it privately
Regards,
YigitHi Leanne!
I have recreated your page using Avia Layout Builder and private page is called “Biog”. You can create your pages a lot easier and faster using Avia Layout Builder so i would suggest you to use it instead of shortcodes. Please see this video tutorial http://vimeo.com/channels/aviathemes/64927359
Cheers!
YigitHey!
It seems like you are still using Enfold version 2.3. Please login on ThemeForest with the account you have purchased Enfold and go to Downloads to download the lates version 2.4.2.
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750Cheers!
YigitHi!
Glad it is working now Antonio! Let us know if you have any other questions or issues
Best regards,
YigitHi!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.header-scrolled .logo img { max-height: 43.5px!important; } @media only screen and (max-width: 480px) { #advanced_menu_toggle { right: -30px; }}
Regards,
YigitHey tekdoginc!
It seems like you have figured out to display sidebar on your page http://i.imgur.com/FCMEe0R.jpg
Let us know if you have any other questions or issuesCheers!
YigitHey rednovaMeUp!
You should go to wp-content\plugins\woocommerce\templates folder to modify WooCommerce templates. Can you post a screenshot and show us changes you would like to make?
Best regards,
YigitHi!
LayerSlider only works Fullwidth in Enfold. If you would like to add image on the left side of the slider, you should create two 1/2 columns and add Image element to the left column and add Easy Slider element to the right column
Cheers!
YigitHey Berrido!
Can you post the link to your website? Also, please make sure that you are adding Featured Image to your portfolio items http://i.imgur.com/y1SgCjQ.jpg
Cheers!
YigitNovember 28, 2013 at 4:06 pm in reply to: missing tabs "font" and "background" in styling section #194375Hey!
First code changes the font size only on main menu items while second code changes both main menu and sub menu.
We do not have some kind of a cheat sheet but @zeusmedia was kind enough to share his CSS hacks which can be found here https://kriesi.at/support/topic/custom-css-for-your-pleasure/#post-25635Best regards,
YigitHi Ben!
Please add following code to Quick CSS as well
@media only screen and (max-width: 767px) { .responsive.bottom_nav_header #header_main .social_bookmarks { top: -125px; } div .logo { left: 0; }}
Cheers!
YigitHey ZakP!
Can you post the link to your website?
One should be under Content Elements in Avia Layout Builder http://i.imgur.com/mpiqDEM.jpg
And other one should be in Media Elements http://i.imgur.com/kxSeobq.jpgCheers!
YigitHey!
You are going to need to hire a freelance developer for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.
Best regards,
YigitHi!
You are choosing to display Mobile menu as Dropdown and it works fine. Please see screenshot here http://i.imgur.com/7TNBivH.jpg
Best regards,
YigitHi!
Can you post the link to your website?
You can add Color Section element under Layout Elements and then add Widget Area element under Content Elements to your pagesRegards,
YigitHi!
You are welcome Ben! Glad we could help :)
You should upload your photo on Gravatar with the account you have registered here and it will appear on your profileCheers!
YigitHey Ben!
I think you meant LayerSlider WP plugin. If so, latest version of the theme includes updated plugin.
Best regards,
YigitHey Jan!
It seems like you have already figured it out! You can add following code to Quick CSS in Enfold theme options under Styling tab if you would like to stop logos from moving on hover
#top .social_bookmarks li a { -ms-transition: none; -moz-transition: none; -webkit-transition: none; -o-transition: none; transition: none; }
Best regards,
YigitHey!
Can you post the link to your website and point out which font size you would like to increase?
Regards,
YigitHi rednovaMeUp!
In WordPress dashboard, please go to Appearance > Editor and open Header.php file and find
<html <?php language_attributes(); ?> class="<?php echo " html_$style ".$responsive." ".$headerS;?> ">
and change it to
<html <?php language_attributes(); ?> class="<?php echo " html_$style ".$responsive." ".$headerS;?> " style="<?php if(!is_page(1167)) { echo 'background: none;'; } ?>">
I assume that you are using boxed layout with background image
Regards,
Yigit -
This reply was modified 9 years, 3 months ago by
-
AuthorPosts