Forum Replies Created
-
AuthorPosts
-
Hi!
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 #326436Hi Kevin!
Do you mind creating a temporary admin login and posting it here privately i can place the image on header for you?
Cheers!
YigitHi!
Please add following code to Quick CSS
.single td { width: 50%; }Best regards,
YigitSeptember 26, 2014 at 4:39 pm in reply to: previous and next blog simple link at bottom of post #325679Hi Debra!
You were clear and that is why i noted “What you are asking for is not easily possible and should be done by a freelance developer.”. If you would like to make the changes by yourself, please go to enfold-function.php file and find the function
if(!function_exists('avia_post_nav'))Regards,
YigitHi!
Currently no, but as far as i know it was requested here – https://kriesi.at/support/enfold-feature-requests/
Please vote the request or request if it was not requested alreadyCheers!
YigitHey!
Glad it is working fine now Kevin. Have you tried adding the i posted here to Quick CSS field in Enfold theme options > General Styling – https://kriesi.at/support/topic/static-home-page-not-working-edit-above-header/#post-325623
Regards,
YigitHey!
Have you tried flushing browser cache and refreshing your page a few times? height is currently fixed on my end and there is no jump between slides
Regards,
YigitHey rpl_admin!
Please add following code to Quick CSS
@media only screen and (min-width: 769px) { .archive .av_one_third { width: 48%!important; margin-left: 2%; }} @media only screen and (max-width: 480px) { .archive .slide-entry { width: 100%!important; margin-left: 0!important; }}Regards,
YigitHey!
You have following custom CSS code, please remove it
.hidden { display: none!important; visibility: hidden!important; }Best regards,
YigitHey NielsSR!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_top.html_header_topbar_active.html_header_sticky #top #main { padding-top: 88px; } #kontakt .avia_ajax_form .button { position: static; }Best regards,
Yigit -
AuthorPosts
