Forum Replies Created
-
AuthorPosts
-
You are welcome, glad we could help :)
Regards,
JosueHey!
As you said we can’t support third-party plugins but i think the source of the problem is the slug, maybe that plugin have some element that uses ‘portfolio-item’.
Have you already tried contacting the theme author?
Best regards,
JosueMay 22, 2014 at 10:47 pm in reply to: Problem with Responsive Portfolio – Special 1 column layout (side by side) #268884Hey Kelly!
Try adding this code to the Quick CSS:
.av_table_col{ display: block !important; width: 100% !important; }Cheers!
JosueMay 22, 2014 at 10:41 pm in reply to: Disable Portfolio Grid Animations When Resizing Browser #268883Hey!
Try adding this code to the Quick CSS:
.grid-entry { -webkit-transition: none !important; -moz-transition: none !important; transition: none !important; }Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.grid-links-ajax .grid-entry-title { text-align: center !important; text-transform: uppercase; font-weight: bold; } .grid-links-ajax .avia-arrow, .portfolio_preview_container .ajax_previous, .portfolio_preview_container .ajax_next{ display: none !important; }Cheers!
JosueMay 22, 2014 at 10:33 pm in reply to: CSS Wrap All and Advanced Layout Builder Blog Pagenation Issue #268880Hello,
1-2. Disable all third-party plugins for a moment and see if the issues got fixed.
3. Try setting a test form with this plugin, check if it works.
Regards,
JosueMay 22, 2014 at 10:26 pm in reply to: Advanced Layerslider shows question marks instead of Letters #268877Hi Open,
Open /config-layerslider/LayerSlider/wp/shortcodes.php and look for line 43:
$data = trim(preg_replace('/\s+/', ' ', $data));Replace it by this:
$data = trim(preg_replace('/\s+/u', ' ', $data));Regards,
JosueWhat it needs to be done is bind a click event to the button in the desired promobox that will trigger a prettyphoto lightbox (see iframe content), the content of the iframe would be the ‘ordering form’.
Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueMay 22, 2014 at 10:16 pm in reply to: text widget in footer, LayerSlider sliders layer transition #268871Hey!
Check this video:
Regards,
JosueHi!
It’s happening because of a server issue, installing this plugin will fix it:
http://cld.wthms.co/KVvPBest regards,
Josue-
This reply was modified 11 years, 5 months ago by
Josue.
May 22, 2014 at 10:12 pm in reply to: Video first frame doesn´t show in Internet Explorer (11) (with autoplay="false") #268868Hey Oscar!
Are you using the latest version of Enfold (2.7.1)?
Regards,
JosueMay 22, 2014 at 10:03 pm in reply to: Anchor link causing navigation bar to highlight the wrong link #268862Hi!
The second change has not been applied, the class is still there:

Best regards,
JosueMay 22, 2014 at 10:01 pm in reply to: How to sort avia blog post element grid posts alphabetically #268859Glad you found a solution, thanks for sharing it Scott :)
Best regards,
JosueHi!
It is working:

Regards,
JosueHi Andi!
Change your code to:
@media only screen and (min-width: 768px) { .big-preview.single-big { float: left; margin-right: 10px; width: 180px; height: 180px; } }Cheers!
JosueMay 22, 2014 at 9:49 pm in reply to: How to sort avia blog post element grid posts alphabetically #268846Sadly that won’t work, WordPress creates an individual query every time a page is requested. Another workaround would be to re-order them with a plugin like:
https://wordpress.org/plugins/post-types-order/Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueMay 22, 2014 at 9:43 pm in reply to: Anchor link causing navigation bar to highlight the wrong link #268841Hi!
1. Add this to the Quick CSS:
.av_secondary_right .sub_menu>ul>li:last-child, .av_secondary_right .sub_menu>div>ul>li:last-child { padding: 0 8px; }2. That’s how the anchor works, it will detect if there is a hash in the URL and if it matches with a menu item it will highlight it, you can disable it though, open js/avia.js and look for line 256:
applyClass: 'current-menu-item'Replace it by:
applyClass: ''Cheers!
JosueMay 22, 2014 at 9:40 pm in reply to: changes to site only showing up in Google Chrome – not in IE or Firefox ??? #268839Hi!
It looks exactly the same for me in Chrome/FF/Safari, maybe you are seeing the changes only when logged in?
Regards,
JosueHi,
Try adding this at the end of the theme functions.php file:
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery(‘img’).removeAttr(‘title alt’); }); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueHello Chrys,
No, the theme does not block the media button, have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHey Taft!
That’s not possible with Enfold out of the box. Try with this plugin:
https://wordpress.org/plugins/anything-popup/Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueHi Michael!
You can insert another button inside the promo box content using the shortcode:

Cheers!
JosueHey Michael!
Refer to Peter’s response here:
https://kriesi.at/support/topic/theme-update-and-child-theme/#post-140430Regards,
JosueMay 22, 2014 at 9:12 pm in reply to: Avia WYSIWYG tool bar not showing up in Bluehost installation #268822You are welcome, glad we could help :)
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.social_bookmarks a { font-size: 26px !important; }Cheers!
JosueMay 22, 2014 at 9:09 pm in reply to: Avia WYSIWYG tool bar not showing up in Bluehost installation #268817Hello,
Are you using the latest version of Enfold (2.7.1)? have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
Josue -
This reply was modified 11 years, 5 months ago by
-
AuthorPosts
