Forum Replies Created
-
AuthorPosts
-
Hi,
glad you are happy now! Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Best regards,
AndyHi,
I don’t get what you mean. If you want to change the H1 content of your headline, then just edit it inside your backend. Simply choose a different title.
Best regards,
AndyJune 7, 2016 at 2:05 pm in reply to: Widget header shrink logo and stay center, and have link on left and right side #644061Hi,
try this code instead:
#header_main { margin-bottom: -30px; margin-top: 30px; } .av_header_shrinking #header_main { margin-bottom: 0px; margin-top: 0px; }Best regards,
AndyHi,
did you follow this solution too? https://kriesi.at/support/topic/open-form-in-a-lightbox-popup/#post-399497
Best regards,
AndyHi,
I checked page in question, but there is not any content. Please check.
Best regards,
AndyHi,
did you try this already?
Best regards,
AndyHi,
I think I do understand the problem and my code should work fine, but I noticed that you are using a caching plugin. Would you mind opening your plugin’s settings page and temporarily deactivate the caching of your site? Then please try to clear your browser cache and hard refresh the site (Hold CTRL + SHIFT + RELOAD) to see if that solves the issue.
Best regards,
AndyHey nicolasweh,
this is not Enfold’s but WordPress’ default behavior.
Wordpress is cropping images by default when uploading them and if you want to control this behavior you can use a plugin like this: https://wordpress.org/plugins/simple-image-sizes
I hope this will help :).Best regards,
AndyHey davidyasyit,
yes, example: http://kriesi.at/themes/enfold/shortcodes/contact-forms/
Just use Contact Form element from ALB inside of “Content Elements”.We recommend to work with Mailchimp. Any questions about getresponder please in the getresponder support forum.
Best regards,
AndyHi,
please open a new ticket for a new topic/issue/question, otherwise it gets confusing for us moderators and also for people trying to search for help here.
Use this code:
@media only screen and (max-width: 767px) { .responsive #top #main { margin-top: -82px; } #top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle { background-color: transparent; }}Best regards,
AndyHi,
I would try to search for a plugin with such a function instead.
Best regards,
AndyHi,
if you disable Enfold’s default lightbox as Ismael mentioned to you, then you are free to use any other lightbox available. Make sure that the plugin you’re using provides the lightbox functions you need. We don’t provide support for 3rd party plugins, so you would need to ask plugin’s author about it.
Best regards,
AndyHi,
just make sure that your logo image link is correct, then it should work fine.
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)Best regards,
AndyJune 7, 2016 at 1:04 pm in reply to: Widget header shrink logo and stay center, and have link on left and right side #644020Hi,
try this code:
#header_main { margin-bottom: -30px; }Best regards,
AndyHi,
are you talking about 1.) link in private section? I checked the posts shown there and none have any featured image (see 2.) link for example). Set featured image and it should work fine I think.
Best regards,
AndyHi,
use this code inside of Quick CSS field:
nav.sub_menu { float: right; }Best regards,
AndyHi,
I checked link in question and both images seem to be the same size:
Could you fix it? if not clear browser cache and hard refresh a few times.
Best regards,
AndyHi,
add this code as well:
a.avia_image { background-color: #FF4400; } img.avia_image:hover { opacity: 0.6; transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; }Best regards,
AndyHi,
I can’t see any white bar. Can you clear browser cache and refresh a few times please? also check on another mobile device. Send us screenshots of the issue (imgur.com, dropbox).
Best regards,
AndyHi,
look for “YOUR IMAGE TITLE HERE” in this screenshot:
Adjust it as needed and it will appear.
Best regards,
AndyHi,
glad you found a solution and thanks for sharing! Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Best regards,
AndyJune 7, 2016 at 11:28 am in reply to: How to place a boxed overlay on text with a background image? #643960Hi,
awesome and glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Best regards,
AndyHi,
refer to: https://kriesi.at/support/topic/open-form-in-a-lightbox-popup/#post-375355
Best regards,
AndyHi,
the use this code instead:
@media only screen and (max-width: 767px) { .container.av-logo-container { display: block; } #header_main { margin-bottom: 0; }}Best regards,
AndyHi,
what happens if you use the exact same code instead of changing anything? does it work for you or not?
Best regards,
AndyHi,
1. Use this code:
#menu-item-1023 { background: none; }2.+3.) Use this code:
#menu-item-1023 a { padding-bottom: 0px; }Best regards,
AndyHi,
Please deactivate all other plugins one by one, too, to check which one is causing this issue and let us know if this solves the problem.
In addition to that, please let us know if we are allowed to deactivate one or more of your plugins as well for testing purposes :)Best regards,
AndyJune 7, 2016 at 11:03 am in reply to: Add post categories meta data to post created using ALB #643946Hi,
try to use this code inside your functions.php:
function custom_tags_shorcode() { ob_start(); the_tags('<strong>'.__('Tags:','avia_framework').'</strong> '); $output = ob_get_clean(); return $output; } add_shortcode('the_post_tags', 'custom_tags_shorcode'); function custom_categories_shortcode() { global $post; ob_start(); the_terms( $post->ID, 'category', '<strong>Categories: </strong>', ' , ' ); $output = ob_get_clean(); return $output; } add_shortcode('the_post_categories', 'custom_categories_shortcode'); function add_post_categories_after_post_content() { ?> <?php if(!is_singular()) { ?> <div class='custom-blog-meta'> <?php the_tags('<strong>'.__('Tags:','avia_framework').'</strong> '); ?></div> <?php } ?> <div class='custom-blog-meta'> <?php the_terms( $post->ID, 'category', '<strong>Categories: </strong>', ' , ' ); ?></div> <?php } add_action('ava_after_content', 'add_post_categories_after_post_content', 10, 2);Best regards,
AndyHi,
no there is not and for this kind of customization and job you would need to hire a freelance developer: kriesi.at/contact/customization
Best regards,
AndyHi,
I put this code inside your Quick CSS field:
/* Kriesi custom code */ page-id-6156 .header_color .header_bg, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div, .header_color .av-subnav-menu > li ul, .header_color .av-subnav-menu { background-color: transparent !important; } /* Kriesi custom code END*/and it seems to work fine for me. Can you confirm please?
Best regards,
Andy -
AuthorPosts
