Forum Replies Created
-
AuthorPosts
-
Hey!
Sorry but you need to hire someone to modify it for you. Please visit http://werkpress.com/.
Best regards,
IsmaelHi!
Are you testing this on a browser that accepts cookies? I want to check the shop page but the woocommerce plugin is disabled. http://14.192.65.20/~mymakna/test/home-3/?page_id=2495
Cheers!
IsmaelNovember 29, 2013 at 9:58 am in reply to: Enfold: Blak color in the frame the small thumbnails in the gallery #194638Hey!
I can’t locate the Gallery. Can you please give us a link to the actual page with the gallery on it?
Regards,
IsmaelHi!
I checked the website using Chrome and the Solutions dropdown navigation works properly even when navigating from other pages. Please remove browser cache then reload the page. Please check it on another browser.
Regards,
IsmaelHey!
You can add this on your custom.css or Quick CSS:
.single-product .four.units.single-product-main-image.alpha { display: none; } .single-product .eight.units.single-product-summary { width: 100%; }
You can manually add the featured image on the slider if you want.
Cheers!
IsmaelHi!
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,
Ismael -
AuthorPosts