Forum Replies Created
-
AuthorPosts
-
Hello Chris,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueAugust 24, 2015 at 9:50 pm in reply to: How can i edit this css element without editing the core files for the theme? #492509Hey Tim!
Try using a Color Section with this settings – http://screencast.com/t/apIM4Uwo
Regards,
JosueAugust 24, 2015 at 9:46 pm in reply to: Is possible show a modal popup and also open a link ? #492507Hey!
You could have two links, like:
<a href='#' id='link_to_another_tab'>Link to Another Tab</a> <a href='#?iframe=true' id='link_to_modal_popup' style='display: none;'>Link to Modal PopUp</a>And then with jQuery chain trigger them, like:
$('#link_to_another_tab').on('click', function(){ $('#link_to_modal_popup').trigger('click'); });Cheers!
JosueHola,
Abre /config-templatebuilder/avia-shortcodes/masonry_entries.php y busca este pedazo e código:
if(strpos($this->atts['caption_elements'], 'excerpt') !== false && !empty($content)){ $markup = avia_markup_helper(array('context' => 'entry_content','echo'=>false, 'id'=>$entry['ID'], 'custom_markup'= $items .= "<div class='av-masonry-entry-content entry-content' {$markup}>{$content}</div>"; }Re-ubicalo justo antes de (unas lineas mas arriba):
$items .= $bg;Saludos,
JosueHey!
Set a class
.custom_masonryto the element you want to affect and prefix that to each CSS selector in the code, like:.custom_masonry av-inner-masonry-content { display: block !important; opacity: 0.8 !important; position: absolute; right: 0; transform: none !important; visibility: visible !important; width: auto !important; display:none; } .custom_masonry .av-masonry-entry:hover .av-inner-masonry-content { display: block !important; } .custom_masonry .av-inner-masonry-content .avia-arrow { display: none !important; } .custom_masonry .av-inner-masonry-content * { color: red !important; }Regards,
JosueHi!
I have anchor links from my online-support page that links to the accounting page where the anchor points are.
Can you post a link to your online-support page?
Best regards,
JosueThanks, glad to help :)
Regards,
JosueIt’s a theme version problem, please update the theme to the latest version (3.3.2).
Best regards,
JosueHi!
Are you seeing that on first load? have you tried on a different device / network?
Cheers!
JosueHey!
Seems to be a background color set in General Styling, hand us an account in a private reply if you want us to take a look.
Best regards,
JosueHi!
Version 3.3.2 of Enfold (released today) should fix these issues.
Best regards,
JosuePlease post a link to your site too.
Hi,
Can you please check if the issue persists with the default WordPress theme activated?
Regards,
JosueYes, usually we require that to debug this kind of issues.
Best regards,
JosueAugust 24, 2015 at 8:02 pm in reply to: custom widget: modal_group items not loading after page is saved #492470Hey Nico!
Did you manage to sort it out? seems you are now using an option-less ‘webshop tip’ element.
Best regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
Check it now, i ended up using a custom script (child functions.php) instead of modifying shortcodes.js:
function only_one_toggle_open_at_the_same_time(){ ?> <script> (function($){ $(window).load(function() { $('.toggler').on('click', function(){ $('.toggler').not(this).next().removeClass('active_tc'); $('.toggler').not(this).removeClass('activeTitle'); }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'only_one_toggle_open_at_the_same_time');The ul issue should be fixed in the newest version of the theme.
Cheers!
JosueHey!
1. Try with this:.content .entry-content-wrapper { padding-right: 8px; }2. Use the following (change as needed):
.av-fixed-size .av-masonry-entry .av-inner-masonry-sizer { padding-bottom: 50%; }3. Go to Settings > Media and change the thumbnail size, then regenerate your thumbnails.
Regards,
JosueHey!
1. I’ve changed a setting in Header > Mobile Menu and now the header should correctly turn into mobile mode for smaller screens, one thing left would be to set the logo in the Theme Options so it looks like the desktop header.
2. Try using a combination of Image + Gallery element for that.
Regards,
JosueHi Stephan!
Yes, they are probably not necessary if the default view is what you want, try re-doing it with another product and let us know if you need further assistance.
Best regards,
JosueAugust 23, 2015 at 11:00 pm in reply to: Image in Post Disappeared When Hyperlink is Added 3 #491936You are welcome, glad to help :)
Regards,
JosueYou are welcome Vince, glad to help :)
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueThanks for pointing it out @bowmandesign.
Cheers!
JosueHey Courtney!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 1200px) { #footer .av_one_fifth{ width: 29.333333333333332%; } #footer .av_one_fifth:nth-child(4) { clear: left; margin-left: 0; } }Cheers!
JosueHi!
There’s an unexpected
<sign at the start of your body source – http://screencast.com/t/ajKmTPyEuiJA, could be a plugin or a modification to the theme files.Cheers!
JosueAugust 23, 2015 at 3:08 am in reply to: Woo Commerce Buttons only available on single product pages #491786Hey!
That means that you can only drag those elements while editing a Product (WC post type) – http://i.imgur.com/BWIMWms.png
Cheers!
JosueHi @vernontrent,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
Josue -
AuthorPosts
