Forum Replies Created
-
AuthorPosts
-
May 23, 2015 at 7:54 am in reply to: Masonry Gallery Order – fronted gallery display sort order is different than admin sort order #448984
Thanks for the kind words Eckhard, Color Sections are mainly used to set a custom background to a certain “section” of the page but they are also useful to isolate and mark content to then alter with CSS or JavaScript, they’re also used to create single-page navigations (known as “anchors” – http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/).
Best regards,
JosueHi!
Can you please indicate which Page contains the gallery with the issue?
Cheers!
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueMay 23, 2015 at 7:40 am in reply to: How do i get custom input CSS not be overide by enfold default? #448973Hi!
Targeting the form ID should replace get you a high specificity number, try it:
#frmSS3 input[type='text']{ border: 0; }Regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
add_theme_support('add_avia_builder_post_type_option'); add_theme_support('avia_template_builder_custom_post_type_grid');And use a Portfolio Grid element instead, you’ll have the option to reverse the order there.
Cheers!
JosueMay 23, 2015 at 7:21 am in reply to: Masonry Gallery Order – fronted gallery display sort order is different than admin sort order #448967Hi!
You’re welcome, the Color Section is the element containing the Masonry, here – http://a.pomf.se/wiqyyw.png
Regards,
JosueMay 23, 2015 at 7:19 am in reply to: What determines the order of the Avia Post NAV previous and next links? #448964Hi!
The Post Nav uses the get_previous_post and get_next_post functions which order Posts by post date.
Try using this plugin to change the order of these:
https://wordpress.org/plugins/post-types-order/Best regards,
JosueHi!
Use a HTML layer instead and set the nofollow in the link itself, like
:Best regards,
JosueHi Marina!
That’s an option called Transparent Header, you enable that here – http://a.pomf.se/wcwiaq.png
Best regards,
JosueMay 23, 2015 at 6:49 am in reply to: Masonry Gallery Order – fronted gallery display sort order is different than admin sort order #448948Hey!
Check it, i ended up using a Color Section and setting the class there instead.
Cheers!
JosueHi Vincent,
Can you post the link to your website please?
Regards,
JosueHi!
Your website is behaving responsively – http://a.pomf.se/luieiy.png as expected, can you post a screenshot of your view?
Best regards,
JosueHi John!
1. Not possible but you can put button shortcodes (generate these on a separate Page) inside the caption content.
2. Add this to Quick CSS:#top .avia-caption-title { position: absolute; top: -50px; left: 0; right: 0; margin: 0 auto; }Cheers!
JosueMay 23, 2015 at 6:33 am in reply to: Masonry Gallery Order – fronted gallery display sort order is different than admin sort order #448932The “ehgrid” class doesn’t seem to be applied to the masonry, can you please hand me a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi!
It’s because those sections are outside the
#wrap_alldiv which is supposed to wrap all contents, not sure how they ended up there but the following CSS code will workaround it:@media only screen and (max-width: 767px) { #howfar .flex_column, #blogmasonry .flex_column{ margin: 0; margin-bottom: 20px; width: 100%; } }Best regards,
JosueHi!
The width of the fullwidth slider will be the 100% of the current window width, there is no way to tell the slider to always be 2560×540.
Regards,
JosueHello Mark
It is possible but it would require a heavy modification to the theme, unfortunately that’s beyond our support scope. You can request a customisation quote from a third-party provider here.
Regards,
JosueHi,
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,
JosueMay 23, 2015 at 6:11 am in reply to: Masonry Gallery Order – fronted gallery display sort order is different than admin sort order #448906Hm, i get redirected to the homepage.
Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueMay 23, 2015 at 6:09 am in reply to: Opera browser does not render custom.css -> it is empty! #448903Hey!
Sounds like a caching issue, have you checked it on another computer?
Cheers!
JosueHi Courtney!
Could be various things, try the following:
1. Update the theme to the latest version (3.1.5).
2. Disable all third-party plugins and see if the issue gets fixedIf none of these work please hand me an Administrator account in a private reply.
Best regards,
JosueMay 23, 2015 at 6:05 am in reply to: Masonry Gallery Order – fronted gallery display sort order is different than admin sort order #448898Hey Eckhard,
Please post a link to the current page where you have the perfect grid.
Cheers!
JosueHi!
If you’re running the latest version of Enfold (3.1.5) you should be able to use that sharebox as an ALB element:

Best regards,
JosueNo, it’s not possible, WordPress can create automated excerpts but these would be filled with un-rendered shortcodes (created by the Page Builder).
Regards,
JosueHi,
Can you post the link to your blog please?
Regards,
JosueHello!
It is possible but it would require a heavy modification to the theme, unfortunately that’s beyond our support scope. You can request a customisation quote from a third-party provider here.
Regards,
JosueHey!
1. Use the following CSS code:
#top.single .entry-content-header, #top.single .blog-meta { display: none !important; }2.1. Use the following CSS code:
#top .avia-post-nav { display: none; }2.2. Works out of the box with Posts and Portfolio Items, you may be able to mod it for other CPTs, however the previous code will disable it for all types of content.
Best regards,
JosueHey!
You can put HTML content inside a Marker tooltip:

Best regards,
Josue -
AuthorPosts
