Forum Replies Created
-
AuthorPosts
-
Hi!
Thank you for using Enfold.
Insert the container in the header.php file, above this line:
<?php if(!$blank) //blank templates dont display header nor footer { //fetch the template file that holds the main menu, located in includes/helper-menu-main.php get_template_part( 'includes/helper', 'main-menu' ); } ?>You can either create your own container or use the existing slider or color section shortcode combine with the do_shortcode function. https://developer.wordpress.org/reference/functions/do_shortcode/
Best regards,
IsmaelHey unicaweb!
Thank you for using Enfold
Yes, that is possible. Use the masonry or the portfolio grid element.
Regards,
IsmaelHey John!
Thank you for using Enfold.
The height of the cells will depend on the content. If you want to apply a specific height to the cells, add unique Section ID to the grid row element, “custom-grid” for example and then add this in the Quick CSS field:
#custom-grid .flex_cell { height: 400px; }Excess contents might overflow outside the cells.
Cheers!
IsmaelHey!
Thank you for the info.
We will ask Kriesi to check the thread. For now, please wrap the prepended and appended text inside their own container. Example:
Prepended static text:
<div class="prepended-rotator">Prepended Text</div>Appended static text:
<div class="appended-rotator">Appended Text</div>Regards,
IsmaelHey Sigmund!
Thank you for using Enfold.
Please follow this direction: http://kriesi.at/documentation/enfold/enable-cors/Best regards,
IsmaelSeptember 15, 2016 at 4:32 am in reply to: Issues with non responsive menu items & button appearance #686658Hey joshtullymanagement!
Thank you for using Enfold.
Please provide a link to the page with the issue. And make sure that the latest version of the theme is installed, 3.8.
Cheers!
IsmaelHey kimgaba12!
Thank you for using Enfold.
Looks like you figured it out. Did you use a plugin?
<div class="aw-search-box"> <div> <form action="http://www.littlethings.dk/" id="searchform" method="get" class=""> <div class="inner-tooltip"> <input type="text" class="aw-search-input" id="aw-input" name="s" value="" autocomplete="off" placeholder="Søg"> <input type="submit" value="Søg" id="searchsubmit" class="button"> </div> </form> </div> </div>Best regards,
IsmaelSeptember 15, 2016 at 4:29 am in reply to: Enfold theme doesnt work on Safari (Enfold 3.7.1 & WP 4.6) #686655Hey!
Thank you for using Enfold.
The grid or sections are not responsive because they are outside the wrap_container. Please edit the page and move all elements or set of elements inside their own color sections.
Best regards,
IsmaelHey Brisbane!
Thank you for using Enfold. We will ask our developers and Kriesi to check it. Please wait for their response.
Regards,
IsmaelSeptember 13, 2016 at 6:58 am in reply to: How to change title font sized of "Featured Image Slider"? #685523Hi Claudia!
Thank you for using Enfold.
Use this css modification to adjust the font size of the title:
.responsive #top .slideshow_caption h2 { font-size: 30px !important; }Regards,
IsmaelSeptember 13, 2016 at 6:35 am in reply to: Is it possible to sync wordpress using dreamweaver? #685517Hi shalenie!
Thank you for using Enfold.
It is possible but database synchronization is a bit complicated because you have to setup a localhost (wamp, xampp etc) and make sure that the configuration is the same as your remote or live server. If you’re interested with file syncing, here’s a short tutorial:
http://webdesign.about.com/od/dreamweaverhowtos/ig/Set-Up-FTP-in-Dreamweaver/Fill-in-FTP-Info.htm
http://www.dummies.com/software/adobe/dreamweaver/how-to-synchronize-local-and-remote-sites-in-dreamweaver/Another way is via theme migration from localhost to remote server and vice versa. You will need a plugin. https://wordpress.org/plugins/wp-migrate-db/
Cheers!
IsmaelSeptember 13, 2016 at 6:21 am in reply to: Best Way to Import Demo Theme Pages to Existing Site #685511Hi mmr1234!
Thank you for using Enfold.
I’m sorry but importing a new demo will overwrite the existing theme options. If you want to get the “gym” pages, set it up on a new installation then use the WordPress import/export panel to import the pages. Or provide links to the “gym” pages that you want to use and we’ll give you the shorcodes. Switch the builder to debug mode first. http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Best regards,
IsmaelHi creativeweblogo!
Thank you for using Enfold.
Is it a child page of the “Services” page? https://codex.wordpress.org/Pages#Organizing_Your_Pages
Best regards,
IsmaelHey!
Please use imgur or dropbox for the screenshot. Where did you add the code? Did you delete the browser and plugin cache?
Regards,
IsmaelHi!
How did you increase the size of the video? Use the following declaration to manipulate the fallback image:
.av-mobile-fallback-image img { /* style here */ }Best regards,
IsmaelHey!
What are the usual sizes of the featured images? The maximum width of the post container is 1210px so sizes close to that width should be good enough. If you’re familiar with the golden ratio, you can say that the best ratio is 1210x748px.
Regards,
IsmaelHi!
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Cheers!
IsmaelHey ESWEENEY113!
Thank you for using Enfold.
Please increase the memory limit from 64M to at least 128M and then install a cache plugin to optimize the loading speed of the page. http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Cache plugins:
https://wordpress.org/plugins/w3-total-cache/
https://wordpress.org/plugins/wp-super-cache/Best regards,
IsmaelHey!
This is possible but you can’t override the script in a child theme. Edit the js > shortcodes.js file then go to line 2433:
var newImg = _self.getAttribute("data-prev-img"),.. replace it with:
var newImg = big_prev.find('img').attr('src'),Regards,
IsmaelHi!
To activate the custom css class field, do I just add this line of text to the bottom of all the other text in this php file? Or does it need to be plugged in at some specific place?
Yes, you can add it at the very bottom of the functions.php file. However, the standard practice is to create a child theme and then add the modification there. http://kriesi.at/documentation/enfold/using-a-child-theme/
Which text are you trying to modify? Please provide a screenshot or the actual url of the page.
Cheers!
IsmaelHi!
Thank you for the info.
Please use the “avia_social_share_link_arguments” filter. Example here: https://kriesi.at/support/topic/social-share-problems/#post-581487
Cheers!
IsmaelHi morpheusstudios!
Thank you for using Enfold.
The pagination is working in the test page. Is this happening on a specific page? http://morpheus-studios.com/bes/test/
Regards,
IsmaelHi Jessica!
Thank you for the info. Please add this css modification to move the mega menu container to the left.
#menu-item-74322 .avia_mega_div { margin-left: -200px; }Regards,
IsmaelSeptember 13, 2016 at 4:42 am in reply to: Urgent – Edit pages/templates functions not working #685474Hi!
UPDATE: A new version has been released, 3.8, which includes a specific fix for this issue. Please download it now.
Best regards,
IsmaelHey!
UPDATE: A new version has been released, 3.8, which includes a specific fix for this issue. Please download it now.
Cheers!
IsmaelHi Rachel!
Thank you for using Enfold.
Please add this in the Quick CSS field:
body .avia-tooltip { display: none !important; }Cheers!
IsmaelHey Rachel!
Thank you for using Enfold.
This is possible but you have to modify the parent theme files. Edit the config-templatebuilder > avia-shortcodes > av-helper-masonry.php file then look for this code around line 239:
$output .= "<div id='av-masonry-".self::$element."' class='av-masonry noHover av-{$size}-size av-{$this->atts['gap']}-gap av-hover-overlay-{$this->atts['overlay_fx']} av-masonry-col-{$this->atts['columns']} av-caption-{$this->atts['caption_display']} av-caption-style-{$this->atts['caption_styling']} {$this->atts['container_class']}' {$style} >";.. replace it with:
$output .= "<div id='av-masonry-".self::$element."' class='av-masonry av-{$size}-size av-{$this->atts['gap']}-gap av-hover-overlay-{$this->atts['overlay_fx']} av-masonry-col-{$this->atts['columns']} av-caption-{$this->atts['caption_display']} av-caption-style-{$this->atts['caption_styling']} {$this->atts['container_class']}' {$style} >";Remove browser cache or hard refresh the page.
Best regards,
IsmaelSeptember 13, 2016 at 4:30 am in reply to: LayerSlider WP Enfold – most beautiful theme ever #685468Hi Jagrav!
Thank you for using Enfold.
Two of the sample sliders should be included in the default demo. Please post the login details here so that we can check the layer slider panel. And make sure that you have the latest version of the theme, 3.7.
Best regards,
IsmaelHey Micheal0424!
Thank you for using Enfold.
Could you please provide a screenshot of the section that you want to hide on mobile? I tried to access the site but I am being redirected to this image. http://previews.123rf.com/images/roywylam/roywylam1502/roywylam150200014/37196527-Lock-on-shield-concept-internet-protection-Stock-Vector.jpg
Best regards,
Ismael -
AuthorPosts
