Forum Replies Created
-
AuthorPosts
-
Hey Chris!
Please try using advanced search plugins such as SearchWP – implementation here – http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/
or Relevanssi – implementation here – http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/Cheers!
YigitHey JuanRamonMarin!
Can you please try to increase the allocated memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
You can contact your service provider and they can do it for you.Cheers!
YigitHey!
Menu needs to be put in order as shown in screenshot – http://i.imgur.com/5RV16vv.png
Please go to Appearance > Menus, create a menu and put menu items in order. Make sure to check “Enfold main menu” under “Menu Settings”Cheers!
YigitHi damiandodd!
Please add your slider using Advanced LayerSlider element under Media elements in Advanced Layout Builder.
Cheers!
YigitHey!
Please add following code to Quick CSS as well
.single .big-preview.multi-big { pointer-events: none; width: 60%!important; margin: auto; }Best regards,
YigitHey!
Please change following code
@media only screen and (max-width: 990px) { li#menu-item-235 .avia_mega_div.avia_mega2.six.units { left: 0; } !important;} @media only screen and (max-width: 990px) { li#menu-item-36 .avia_mega_div.avia_mega2.six.units { left: 0; } !important;}to following one
@media only screen and (max-width: 990px) { li#menu-item-235 .avia_mega_div.avia_mega2.six.units { left: 0 !important; }} @media only screen and (max-width: 990px) { li#menu-item-36 .avia_mega_div.avia_mega2.six.units { left: 0 !important; }}Best regards,
YigitHi!
Great! Let us know if you have any other questions or issues and have a nice weekend! :)
Best regards,
YigitJanuary 16, 2015 at 6:40 pm in reply to: Manual theme update and can't edit Advanced Layout Pages anymore #380984Hi!
Yes it was private. If a post has blue borders that means that post is private. Please try it and let us know so we can mark the thread as resolved or assist you further :)
Regards,
YigitHey Fongemie!
You can enable debugging mode to see the shortcodes below Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Also You can save templates you have created using Avia Layout Builder and load them on other pages http://i.imgur.com/pkv1y7C.jpgRegards,
YigitHey Zavok!
Please go to Enfold theme options and uncheck “Lightbox Modal Window”
Regards,
YigitHi!
Please try adding !important rule as following
.av-masonry-col-2 .av-masonry-entry { width: 100%!important; }Regards,
YigitHey!
Please post FTP access here privately and upload freshly downloaded Enfold.zip somewhere on FTP and let us know where so we can update the theme for you.
Cheers!
YigitHi!
You can use following code and adjust as needed
.single .content .entry-content-wrapper { padding-left: 50px; padding-right: 0; }Cheers!
YigitJanuary 16, 2015 at 6:24 pm in reply to: wp-content/themes/enfold/ google webmaster crawling fehler #380961Hey!
Please change “plugins” folder name to “plugins2”, it will de-activate all active plugins and we will see if the issue is plugin related.
Cheers!
YigitJanuary 16, 2015 at 6:23 pm in reply to: I want to change the font size of single post titles #380958Hi!
I am not sure which element you would like to edit. If you would like post title to look like H2 element you set, you can use following code in Quick CSS and make it look like it
.post-title.entry-title { color: red !important; font-weight: normal !important; letter-spacing: 1px !important; }If this is not what you meant, please elaborate
Best regards,
YigitHola Amigo!
Can you please try to increase the allocated memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
You can contact your service provider and they can do it for you.Saludos,
YigitJanuary 16, 2015 at 6:18 pm in reply to: Structured Data missing hCard "Author" and field "Updated" #380951Hey!
Which version of the Enfold are you using? Please firstly make sure that you are using the latest version of the theme 3.0.4 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
YigitHi martinafuchs!
Please try de-activating all active plugins and check if that helps? Also, where your slider should be on your blog page?
Best regards,
YigitHey saremcdee!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.iconbox_content_container { text-align: justify; } .iconbox_content { min-height: 400px; }You can turn on custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and can apply the changes only on certain elements as well.
Please post the link to your page where you have iconboxes if that code does not workCheers!
YigitHey!
Not sure if i understood you clearly but it sounds like you can use Content Slider element and link each slide to your pages.
Cheers!
YigitHi!
Please add following code to Quick CSS
.single .entry-content-wrapper { max-width: 600px; }Cheers!
YigitJanuary 16, 2015 at 6:07 pm in reply to: wp-content/themes/enfold/ google webmaster crawling fehler #380941Hey!
Can you please try renaming plugins folder inside wp-content/ folder via FTP?
Regards,
YigitHi djshortkut!
Please add following code to Quick CSS
@media only screen and (max-width: 679px) { .phone-info span.av-icon-char:nth-child(1) { margin-right: 5px; }}Best regards,
YigitHi sky19er!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-36 ul.nested_nav:before { content: 'About The FPR'; color: black; font-size: 18px; }Best regards,
YigitHey!
You can disable only that feature. If it is causing any other issues you can deactivate the plugin and use alternative plugins. If i did not understand the questions clearly, please elaborate :)
Regards,
YigitHey!
Great! Let us know if you have any other questions or issues Bikul and have a nice weekend! :)
Cheers!
YigitJanuary 16, 2015 at 5:58 pm in reply to: Anchor links jumping up too far with bootstrap tabs #380930Hey!
Please use a child theme and move your modified avia.js file inside your child theme into js folder and then add following code to Functions.php file of your child theme
function wp_change_aviajs() { wp_dequeue_script( 'avia-default' ); wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true ); } add_action( 'wp_print_scripts', 'wp_change_aviajs', 100 );Please see – http://kriesi.at/documentation/enfold/using-a-child-theme/
You can download pre-built child theme here – http://kriesi.at/documentation/enfold/downloads/Regards,
YigitJanuary 16, 2015 at 5:55 pm in reply to: Wrong italian translation for "Enfold Combo Widget" #380927Hi!
Please make sure to rescan theme files and make sure to check “non-case sensitive” while you are searching for the strings
Cheers!
Yigit -
AuthorPosts
