Forum Replies Created
-
AuthorPosts
-
Hey!
Try adding this code to the Quick CSS:
.pagination_split_post:before {content: "Pages";margin-right: 15px;float: left;} .pagination_split_post > span, .pagination_split_post a {display:block;float:left;font-size:11px;line-height:13px;padding:2px 9px 1px 9px;text-decoration:none;width:auto;} #top .pagination_split_post .current, #top .pagination_split_post a, #top .pagination_split_post > span, #top .fullsize .template-blog .pagination_split_post a{ float: left; height: 35px; width: 35px; line-height: 35px; text-align: center; padding: 0; border-radius: 100px; margin-right: 3px; box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2); } .pagination_split_post .current{ font-size:11px; padding:1px 9px 1px 9px; font-weight: bold; }
Cheers!
JosueJune 20, 2016 at 2:28 pm in reply to: Navigating from one post to the next (posts are out of sequence) #650824June 20, 2016 at 2:25 pm in reply to: Masonry Blog – Add Custom 'Read more' link with Advanced Custom Fields #650821Hi,
Open /config-templatebuilder/avia-shortcodes/av-helper-masonry.php and look for line:
$this->loop[$key]['html_tags'] = array('a href="'.$this->loop[$key]['url'].'"','a'); //opening and closing tag for the masonry container
Replace it by this:
$this->loop[$key]['html_tags'] = array('div','div');
Regards,
JosueJune 20, 2016 at 2:22 pm in reply to: The programm isn't shown how i want it in the mobile menü #650820Hey,
1. Enable custom classes for ALB elements.
2. Create a new Text Block after the Image element and fill it with the contents of the two Text Blocks.
3. Set a class ofonly-desktop
to the two columns preceeding the image.
4. Set a class ofonly-mobile
to the new Text Block you created in 2.
5. Add this to Quick CSS:@media only screen and (min-width: 767px) { .only-mobile { display: none; } .only-desktop { display: block; } } .only-mobile { display: block; } .only-desktop { display: none; }
Best regards,
JosueHey Anton,
Seems like malware, you may have a script that infects all .php files, check if that code is also on your plugins .php files.
Best regards,
JosueHello David,
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,
Open js/shortcodes.js and look for:
big_prev.stop().animate({opacity:0}, function() { $next.insertAfter(oldImg); oldImg.remove(); big_prev.animate({opacity:1}); big_prev.attr('title',$(_self).attr('title')); });
Replace it by this:
big_prev.stop().animate({opacity:1}, function() { $next.insertAfter(oldImg); oldImg.remove(); big_prev.animate({opacity:1}); big_prev.attr('title',$(_self).attr('title')); });
Regards,
JosueHi,
Looks like the authorize.net button is not working even with the default theme, can you confirm that?
Best regards,
JosueHi,
It is not, the child theme will be disabled while you do the update though. One thing you can do is:
1. Upload the newenfold
renamedenfold_renamed
.
2. Once the upload is complete rename the oldenfold
toenfold_old
and change the new one toenfold
.Best regards,
JosueHi,
Are you using the sorting functionality in your Portfolio page? doing something like this could work:
https://kriesi.at/support/topic/create-a-link-to-an-open-gallery/#post-427405Best regards,
JosueHi @goldengate415,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueJune 20, 2016 at 1:37 pm in reply to: Help with Post TEMPLATE (using the templates inside the advanced editor) #650788Hey Lucille,
1. Hm, i don’t know if that’s possible to be honest, you may get a workaround using a plugin like this – https://wordpress.org/plugins/easy-custom-auto-excerpt/
2. Add this to Quick CSS:
#top.archive article.post-entry { margin-bottom: 150px; }
3. Can you post a screenshot / mockup of what you want to achieve here?
Best regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueJune 19, 2016 at 10:56 am in reply to: Masonry / blog post list with custom post type and custom fields #650396Hi,
/config-templatebuilder/avia-shortcodes/blog.php uses /includes/loop-index.php:
get_template_part( 'includes/loop', 'index' );
So that’s the file you’d want to mod.
Best regards,
JosueHey Alberto,
Do you have that NEWS page set as the Blog page in Theme Options?
Best regards,
JosueHi,
Does this only happens when BWP is enabled?
Best regards,
JosueJune 17, 2016 at 12:21 am in reply to: Images broken in backend of wordpress – Avia builder icons #649467You may need to re-do the slider, i just uploaded a copy of Enfold through Appareance > Add new.
Best regards,
JosueHey Viramedia,
Does it work if you use the shortcode [fvplayer]?
Best regards,
JosueTry adding this at the very end of your theme / child theme functions.php file:
add_filter('avf_magazine_entries_query', 'avf_magazine_entries_custom_query'); function avf_magazine_entries_custom_query ( $query ) { $query['author'] = 1; return $query; }
Where 1 is the author ID.
Hey,
Can you post a link to the page with the gallery please?
Best regards,
JosueHey dannhanks,
You need to pass an array as parameter:
if(in_category(array('current-developments','other-category'))) {
Best regards,
JosuePlease post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Can you post a link to the Page where you’re trying this? an admin account may be needed too.
June 16, 2016 at 11:32 pm in reply to: Images broken in backend of wordpress – Avia builder icons #649448Hi,
I’ve installed Enfold with another name (“Enfold Test”), can you test if it works fine?
Best regards,
JosueHi,
I’m afraid we won’t be able to help you on this as it’s not related to the theme (please see scope).
Best regards,
JosueHi,
Here you go:
ul.nested_nav > li { display: none; } ul.nested_nav li.current_page_ancestor { display: block; }
Best regards,
JosueHi,
The form displayed there worked fine for me, can you post a screenshot of your view?
Best regards,
JosueJune 16, 2016 at 12:53 pm in reply to: Accordion toggle align to top of viewport // Deeplinking #649170You are welcome, glad to help :)
Regards,
Josue -
AuthorPosts