Forum Replies Created
-
AuthorPosts
-
Hi!
Please add this on your custom.css or Quick CSS:
#av_section_1 h2 { margin-top: 15px; }
Regards,
IsmaelHey!
As Devin said, you can’t use the Default Editor and the Advance Layout Editor at the same time. You need to choose which editor you want before you edit the page. On the other hand, you can switch the Advance Layout Builder to debug mode. This will render the actual shortcode below the Avia Builder. Edit functions.php, 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"; }
Regards,
IsmaelHi!
2.) Open class-breadcrumb.php again, find this code on line 26:
echo '<p class="breadcrumb"><span class="breadcrumb_info">'.__('You are here:','avia_framework').'</span> <a href="'.get_bloginfo('url').'">';
3.) Open loop-index.php again, find this code then change the Read More text:
$current_post['content'] = $blog_content == "content" ? get_the_content(__('Read more','avia_framework').'<span class="more-link-arrow"> →</span>') : get_the_excerpt(); $current_post['content'] = $blog_content == "excerpt_read_more" ? $current_post['content'].'<div class="read-more-link"><a href="'.get_permalink().'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow"> →</span></a></div>' : $current_post['content'];
Regards,
IsmaelHi!
You can hire someone to modify it for you. Please visit http://werkpress.com/. They do wordpress customizations. You can also try the plugins Josue suggested.
Regards,
IsmaelHi!
The Advance Layout Editor keeps on loading when I tried to edit the page. Did you change anything on the theme files? The gallery thumbnails looks fine on our end. I checked it on Firefox and Chrome and I see the same like Yigit’s screenshot.
Best regards,
IsmaelHey!
You can change the alternating background color using this:
.main_color .pricing-table>li:nth-child(even), .main_color .pricing-table>li:nth-child(odd) { background-color: gray; }
Regards,
IsmaelHi!
You can set the max height of the full screen slider using this on your custom.css or Quick CSS:
.avia-fullscreen-slider .avia-slideshow { max-height: 250px !important; }
Regards,
IsmaelHey!
I’m sorry but can you please post a screenshot of the issue? I’m not sure where it is. You can use imgur, dropbox etc to post the screenshot here.
Best regards,
IsmaelHey!
@Perenso: Thanks for the tip. :)
@Ricardo: You can do @Perenso’s suggestion or you can add this on your custom.css or Quick CSS:
#socket .copyright { display: none; }
Regards,
IsmaelHey!
What is the script or code that you added on the google analytics field? Note that the field is strictly for google analytics code. Please post the code on pastebin.com.
Best regards,
IsmaelHi!
Please try to contact your host and ask them to increase the max_input_vars on php.ini. If you have access to the .htaccess file, please add this:
php_value suhosin.post.max_vars 7000 php_value suhosin.request.max_vars 7000
Cheers!
IsmaelHey!
The Color Section is responsive. You can add a background image then set the Background Repeat to Stretch to fit to make it fullwidth. Set the Background Position to Fixed. It should resize according to screen sizes. If you don’t think that it is responsive enough, you can add an ID to the Color Section then use Media Queries to edit the style on different screen sizes.
Regards,
IsmaelHey!
Please try this on your custom.css or Quick CSS:
.with_frm_style .frm_blank_field label, .with_frm_style .frm_error { color: #fe777b; width: 200px; display: block !important; }
Regards,
IsmaelNovember 28, 2013 at 10:46 am in reply to: Easy slider resizing images in unpredictable ways. #194258Hey!
Please paste inside the containe, right after this one:
do_action('avia_meta_header'); echo '</nav>'; ?>
Give it a unique css selector:
<a class="hyperlink-header"href="http://www.hyperlink.com" target="_blank"> <img src="partner.png" width="45" height="6" alt="Partner-Name"> </a>
Let us know if you already make this changesso that we can proceed. Please post a screenshot of what you’re trying to do. We will help you with the adjustments.
Regards,
IsmaelHi sitesme!
Can you please give us a link to the actual contact page?
Best regards,
IsmaelHey!
The thumbnails have different sizes or orientation. We specify a minimum height for the images to align them properly.
Best regards,
IsmaelHey!
I edited the widgets for Displayed Everywhere widget area and it shows properly on the Blog Page. http://evonuedigital.com/blog/
Best regards,
IsmaelHi!
Yes, as far as I know it won’t break other layouts. The bigger the thumbnail the better. CSS will resize it anyway on smaller containers.
Best regards,
IsmaelHi!
That is the portfolio category sort function.You can use the Advance Layout Builder. Insert a Text Block for the page description then insert the Portfolio Grid element. For more info please watch this videos: https://vimeo.com/channels/aviathemes
Best regards,
IsmaelNovember 28, 2013 at 9:05 am in reply to: Pictures Not Displaying When Uploaded to Media Gallery #194221Hi!
You need to edit the file via FTP or your cpanel. Go to the WordPress root folder, edit the wp-config.php file. Increase the php memory limit to 64M or higher. You can do the following:
1.) Deactivate all your plugins. If this works, re-activate the plugins one by one until you find the chaotic plugin(s).
2.) Switch to a default theme, see if the problem persist.
3.) Reset the plugins folder by FTP or PhpMyAdmin. Delete unnecessary plugin folders to remove ghost plugins.
Regards,
IsmaelHi RomainCollignon!
Edit includes > comments.php, remove everything then replace it with this code:
Remove browser cache then reload the post / page.
Best regards,
IsmaelHi candeos!
The code is broken. Can you please post it on http://pastebin.com/? You can use the AddThis plugin, refer to this link: https://kriesi.at/support/topic/placing-addthis-social-icons-into-the-header?replies=4#post-134606
Best regards,
IsmaelNovember 28, 2013 at 8:50 am in reply to: Easy slider resizing images in unpredictable ways. #194212Hi!
You’re using small images for the Easy Slider. The easy slider will inherit the size of the container. You need to contain it on a Column element or use large images.
Best regards,
Ismael -
AuthorPosts