Forum Replies Created
-
AuthorPosts
-
Hi,
Try adding the following to quick css:
#av_section_1 { width:90%!important; text-align:center!important; margin:0 auto!important; float:none!important; }Best regards,
Jordan ShannonHi,
Looking at the configuration and considering its a third-party plugin, it seems that it would take a bit more custom coding to get the integration that you seek. Seeing as that goes beyond the scope of the forum you would perhaps need to hire a freelancer to complete this task http://kriesi.at/contact/customizationBest regards,
Jordan ShannonHi,
Try adding this to functions.php:
add_action('wp_footer', 'ava_grid_target'); function ava_grid_target(){ ?> <script> (function($){ $(".grid-image").each(function() { $(this).attr('target', '_blank'); }); })(jQuery); </script> <?php }Best regards,
Jordan ShannonOctober 5, 2017 at 11:59 pm in reply to: Would like icon circle sizes on Homepage same as on inside pages #860791Hi,
If you need additional help, please let us know here in the forums
Best regards,
Jordan ShannonHey Justin,
Would the be for the body text throughout all pages?
Best regards,
Jordan ShannonHey c-stevens,
I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHey web4youberlin,
Is this happening on the back end in the editor?
Best regards,
Jordan ShannonHi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHey newmedia75,
You mentioned that it was working earlier. Can you think of any changes that may have occurred? Please try disabling all active plugins and see if the issue resolves.
Best regards,
Jordan ShannonHey cyril92,
This could possibly be done via css simply hiding the section. How many pages are going to be restricted? Also, if the plugin adds a class to the restricted pages, we should be able to target that to hide the sharing section. Please link us to an example page.
Best regards,
Jordan ShannonHey Anton,
Please provide a link to the site in question as well as admin info so we can look into this further and try to work out for you.
Best regards,
Jordan ShannonOctober 5, 2017 at 11:48 pm in reply to: Urgent Please! invalid purchase code for layer slider #860782Hi,
Is the LayerSlider element accessible from the ALB?
Best regards,
Jordan ShannonHi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
Please disable all plugins – reset the newsletter API and try again.
Best regards,
Jordan ShannonHi,
Please provide admin info so we can login and access the functions.php file.
Best regards,
Jordan ShannonHi,
Please see the image for the area I have been attempting to fix:
I was trying to align these two sections. Is this fine how it is?
Best regards,
Jordan ShannonHi,
Apologies for the misunderstanding. I no longer see the space in the section you posted. Was this corrected?
Best regards,
Jordan ShannonOctober 5, 2017 at 11:24 pm in reply to: Header > Extra Elements > Header Phone Number/Extra Info: Need Centered and Big #860774Hi,
Add the following to quick css:
.av_phone_active_right .phone-info { text-align: center!important; margin: 0 auto!important; font-size: 20px!important; padding: 20px 0!important; } .phone-info{ float:none!important; }Best regards,
Jordan ShannonOctober 5, 2017 at 11:14 pm in reply to: Blog post – no space between image and text in body #860772Hi,
Try adding the following to quick css:
img.alignleft{ margin:20px 20px 5px 0!important; }Best regards,
Jordan ShannonHi,
Apologies for the delay in this. If possible, please provide admin info so I can log in and look into this further. The css method may in fact not be the best since the issue is being caused by the overflow:visible declaration.
Best regards,
Jordan ShannonHi,
I’m glad that you were able to get this worked out. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonOctober 5, 2017 at 6:39 pm in reply to: Custom Excerpt length for Posts from Avia Blog Element #860701Hi,
I added the following to functions.php:
add_filter('avf_postgrid_excerpt_length','avia_change_postgrid_excerpt_length', 10, 1); function avia_change_postgrid_excerpt_length($length) { $length = 300; return $length; }Adjust the 300 to whatever you need.
Best regards,
Jordan ShannonHi,
I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
You need to add the following to your link:
target="_blank"Best regards,
Jordan ShannonHi,
Add this to quick css to take care of the margins:
#demonstracao .avia-section-large .content{ padding-top:0px!important; padding-bottom:0px!important; } #demonstracao .template-page.content.av-content-full.alpha.units{ padding-top:0px!important; padding-bottom:0px!important; }Best regards,
Jordan ShannonHi,
Add the following to quick css:
.archive h3.post-title.tag-page-post-type-title{ display:none!important; }For the other title can you please share admin info so I can look into this further.
Best regards,
Jordan ShannonHi,
First, was the first issue (original thread topic) solved?
Best regards,
Jordan ShannonHi,
Can you put that css back in? I will try to find a way to work it out with it still in.
Best regards,
Jordan ShannonHi,
Okay, we will keep this thread open in case things change.
Best regards,
Jordan ShannonHi,
The server on your site? Please provide a little more context to the issue.
Best regards,
Jordan Shannon -
AuthorPosts
