Forum Replies Created
-
AuthorPosts
-
Hey Artinet!
I’m sorry but there is no content below the image on the link you gave us. I don’t see the “jump”. This usually happens when you add the alignleft, alignright css selectors if I am not mistaken.
Regards,
IsmaelHi!
Glad you found it. You can also add the code on css > custom.css file.
Cheers!
IsmaelHi!
Please give us a link to the website and if possible please translate the inquiry in english. Thanks.
Best regards,
IsmaelHi fjrichart!
he Advanced Layout Builder is not set up to run on posts correctly so it isn’t something we support. You can watch this video how: http://vimeo.com/64996057
These are the following problems that may occur when you switch to Advance Layout Builder on posts.
– Featured image will be lost on the single post view.
– The post title will switch to the left of the header instead of below the featured image.
– You can’t comment on posts.
– No related posts will be shown or interesting links.Best regards,
IsmaelHi biekhois!
You can use the prettyPhoto functionality, when clicked the button will open a lightbox popup. Please refer to this link, you can either use an inline content or an external site: http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/
Regards,
IsmaelHi!
You can edit the file on Appearance > Editor. Look for the Themes Functions.
Best regards,
IsmaelJanuary 18, 2014 at 8:50 pm in reply to: font-size and color: Your comment is awaiting moderation #211664Hi fjrichart!
You can add this on Quick CSS to change the font size:
.comment_text em { font-size: 11px; }Best regards,
IsmaelHey leomiranda92!
Edit includes > loop-index.php, find this code on line 173:
echo $content;Below, add this code:
`$description = get_the_author_meta(‘description’, $author_id);
echo “<div class=’author_description_text'” .avia_markup_helper(array(‘context’ => ‘description’,’echo’=>false)).”>”.wpautop($description).”</div><span class=’author-extra-border’></span></div>”;`Regards,
IsmaelHey MUNFORD!
Please add this code on Quick CSS:
.entry-content-wrapper a:hover .aligncenter { clear: both; display: block; margin: 0; padding: 0; }Regards,
IsmaelHi etiagomail!
Please use this on Quick CSS or custom.css:
@media only screen and (max-width: 989px) and (min-width: 768px) { .fb_iframe_widget iframe { width: 220px !important; } }Remove browser cache then reload the page.
Best regards,
IsmaelHey hetveer!
Can you please give us a link to the actual website? Do you have the latest version of Enfold?
Regards,
IsmaelJanuary 17, 2014 at 6:31 pm in reply to: stretched layout with background color under main txt container #211321Hey!
1.) Please try this, remove browser cache then reload the page a few times after:
@media only screen and (min-width: 1140px) { .responsive .container { width: 1060px; } } .container { width: 940px; padding-left: 15px; } @media only screen and (max-width: 989px) and (min-width: 768px) { .responsive .container { width: 712px; } } @media only screen and (max-width: 767px) and (min-width: 480px) { .responsive .container { width: 458px; padding: 0 15px; } }2.) It’s not possible to have a full width layer slider using the Boxed Layout.
Regards,
IsmaelHi!
Please locate the enfold.css file on wp-content/uploads/dynamic_avia folder. Set the file permission to 755 then try to change the settings again.
Cheers!
IsmaelHey!
You can upload large images, say 1000x400px, the theme will automatically crop or resize the image into different thumbnail sizes. You can insert the Easy Slider on a 1/3 column then select the thumbnail size that you want on “Slideshow Image Size”. Choose “Medium(300×300): to be exact.
Regards,
IsmaelHi!
Yes, you need to add it every time you update the theme unless you created a child theme. Please watch this video on how to set up a child theme: https://vimeo.com/channels/aviathemes/67221517
Best regards,
IsmaelHi controlC!
You can try this plugin but you can only use it on posts: http://wordpress.org/plugins/featured-image-via-url/
Regards,
IsmaelHi!
I’m sorry if you feel that way, we are trying our best to help you. If you’re expecting the Easy Slider to actually resize when you select the size of the image thumbnail on “Slideshow Image Size” then you’re wrong. The Easy Slider will inherit the size of the container. The “Slideshow Image Size” option choose which image size is going to be use on the slider. You need to place the Easy Slider inside a column layout like 1/2 or 1/3 etc to restrict the size or place it inside a div or container with specific height and width that you set using css. This post has been flag for the support team member’s attention. Please wait for additional responses.
Cheers!
IsmaelHey!
You forgot to set the “Default Footer Widgets & Socket Settings” to “Display footer widget and socket” on the English version.
Regards,
IsmaelHi reddog4955!
You have a lot of plugins installed. Please deactivate them, see if the issue persist. Post the login details here after you deactivate the plugins so that we can inspect it.
Regards,
IsmaelHey!
We have version 2.4.5 now. Please download the theme again on your themeforest account the update it via FTP. Watch this video by Devin: https://vimeo.com/channels/aviathemes/64927356
Edit functions.php again, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;Below, add this code:
//set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }Updating the theme will remove the modifications that you made unless you’re using a child theme.
Regards,
IsmaelHey pako69!
Please give us a link to the actual website. Add this on Quick CSS to display the scroll to top link on mobile devices:
@media only screen and (max-width: 767px) and (min-width: 480px) { .responsive #scroll-top-link { display: block; } }Best regards,
IsmaelJanuary 17, 2014 at 8:31 am in reply to: Broken permalinks when switching from standard to post name structure #211093Hi!
Please refer to this link then look for Dude’s solution: https://kriesi.at/support/topic/create-portafolio-entry-and-404-error/
Best regards,
IsmaelHi!
You can insert the google filter at the very bottom of functions.php or right below this code:
global $avia_config;The name of the file is “functions.php”. You can find it on Appearance > Editor, look for the “Theme Functions”.
Regards,
IsmaelJanuary 17, 2014 at 8:26 am in reply to: Bullets in Short Description?, Enfold and WooCommerce #211091Hey targetzero!
You forgot the url. Anyway, add this on Quick CSS:
.summary.entry-summary ul { list-style: disc outside; }Regards,
IsmaelJanuary 17, 2014 at 8:23 am in reply to: Clicking Links – where I click the link is below the text of the link itself #211090Hey claireremington!
Hmm.. Can you please give us a link to the page with the custom menu?
Regards,
IsmaelHey!
Please save all the css customization that we suggested on a separate text editor. Remove all of it then replace it with:
#header_main .container, .main_menu ul:first-child > li a{ height:156px; line-height: 156px; } .header_bg { opacity: 1; filter: alpha(opacity=100); }Adjust the height and the line-height if necessary. This should adjust the width of the logo.
Regards,
IsmaelJanuary 17, 2014 at 8:13 am in reply to: How do I increase the font size on Post/Pages Titles #211075Hi!
It should work for the header’s title. Can you please post a screenshot of the title that you want to change?
Cheers!
IsmaelHi!
The page’s layout is messed up. The “av_section_2” container should be inside the wrap_all div but it’s not. It means that you put a div and you forgot to close it if I am not mistaken. Please check the page or the layerslider for any unclosed tags. Are you using the Easy Slider?
Best regards,
Ismael -
AuthorPosts
