Forum Replies Created
-
AuthorPosts
-
Hey!
Installing the theme via FTP should go smooth. Please make sure to overwrite all files – http://kriesi.at/documentation/enfold/portfolio-item/install-enfold-theme-with-ftp/
Cheers!
YigitHi mjmj!
How do they look on the backend? Have you tried de-activating all active plugins and check if that helps?
Best regards,
YigitShalom Orit!
Zooming in or out on browser may break the layout, that is expected. You should try re-sizing the browser instead to see how it acts on different screen sizes.
Best regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_transform .av_slideshow_full.avia-fade-slider .active-slide .avia-caption-title, .avia_transform .av_fullscreen.avia-fade-slider .active-slide .avia-caption-title, .avia_transform .av_slideshow_full.avia-fade-slider .active-slide .avia-caption-content, .avia_transform .av_fullscreen.avia-fade-slider .active-slide .avia-caption-content { visibility: visible; -webkit-animation: none; -moz-animation: none; animation: none; }Regards,
YigitHi!
Please set permalinks to default, save and then set it to “post name” and save once again and check if that helps
Regards,
YigitHey diefleischerei!
Please go to Enfold theme options > Advanced Styling tab and edit “Main menu links”
Regards,
YigitHey Per!
Would you like to adjust text size on layerslider when displayed on mobile? Can you please post the link to your website?
Cheers!
YigitHey CelebrationEvents!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
div .main_color .button { background-color: red; color: orange; border-color: green; }Cheers!
YigitHallo!
Please go to Enfold theme options > Sidebar Layout and choose not to display sidebar on blog
Regards,
YigitHi!
Can you please enable WooCommerce and then let us know so we can see the issue live? I just checked your website and images show up fine on my end currently – http://i.imgur.com/aQDH3Rz.jpg
Regards,
YigitSeptember 29, 2014 at 12:58 pm in reply to: Can't edit pages, page content won't load, elements not clickable #326471Hey Dave!
You are currently using an older version of the theme which is not compatible with WordPress version you are using. Please update Enfold to the latest version 2.9.2 via FTP – http://vimeo.com/67209750
You may need to re-configure header options after updating the theme – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/Cheers!
YigitHi MadRhino!
Please see – http://justcreative.com/2013/01/22/how-to-use-custom-fonts-with-font-face-on-wordpress/
or try using this plugin http://wordpress.org/plugins/wp-font-face/Best regards,
YigitHey!
1- Please add following code to Quick CSS
#footer .av_one_third:nth-child(2) { width: 32%; }2- Please post login credentials here privately
Best regards,
YigitHi danielefadda!
Please try adding following code to Functions.php file in Appearance > Editor
remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart' ); remove_action( 'woocommerce_single_product_summary', 'woocommerce_single_price' ); remove_action( 'woocommerce_single_product_summary', 'woocommerce_add_to_cart' ); remove_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_price' );Regards,
YigitHey!
You are welcome Kathryn, glad if we could help! Good luck on your project :)
Regards,
YigitHey Paul!
You can link the image and add following class to it
class="lightbox-added"Best regards,
YigitHallo
Can you please post the link to your page where you have element that you would like to edit?
Best regards,
YigitHey!
Do you mind creating a temporary admin login and posting it here privately so we can look into it? Which menu item would you like to use as megamenu?
Cheers!
YigitSeptember 29, 2014 at 12:44 pm in reply to: Is there an option to create a separate page design specific to mobile devices? #326458Hey bakbek!
Using custom CSS you can hide/display certain elements on desktop/mobile. You can turn on custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) to make it easier.
An example code would be@media only screen and (max-width: 480px) { .show-only-on-desktop { display: none; }} @media only screen and (min-width: 481px) { .show-only-on-mobile { display: none; }}Regards,
YigitHi RedRobin!
Can you post the link to your search result page where we can see an example?
You can use SearchWP ( http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/ ) or Relevanssi ( http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/ ) instead of standard search to have more control over search resultsCheers!
YigitSeptember 29, 2014 at 12:40 pm in reply to: How to remove the WPML language flags from the menu? #326455Hi!
@emileg Please access functions.php file via FTP and undo the changes. Which version of the theme are you using?Regards,
YigitHi!
Please try adding following to .htaccess file
<FilesMatch "\.(ttf|otf|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>Regards,
YigitHey xpoveda!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
div#about-us .container { background-color: rgba(0,255,0,0.3); padding: 10px; color: white; }0,255,0 is RGB value of the color and 0.3 is opacity level
Cheers!
YigitHey codecreative!
You can use Advanced Layout Builder to create portfolio items and add fullscreen slider to your portfolio content.
Cheers!
YigitHey!
Sorry for the late reply!
1- Yes color section will adjust to the size of your content
2- Please add following code to Quick CSS as well@media only screen and (max-width: 1024px) { .av-main-nav > li > a { padding: 0 8px; }}Then, Please go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px.
Best regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.slideshow_align_caption h2 { font-size: 26px; } .avia-caption-content p { font-size: 16px; } #top .avia-slideshow-button { font-size: 18px; } .caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title { background: rgba(255,0,0,0.5); }Cheers!
YigitHi codecreative!
You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
then you can create any of them and copy/paste shortcode into any other content element or into text widget.Regards,
YigitSeptember 29, 2014 at 12:16 pm in reply to: How can i use the maintaince page in enfold using WP Maintenance Mode #326440Hi!
You can create a maintenance page and set it as your frontpage in Enfold theme options. If you could elaborate on the issue, we may help you better
Best regards,
YigitSeptember 29, 2014 at 12:07 pm in reply to: Static Home Page Not Working / Edit above header #326436 -
AuthorPosts
