Forum Replies Created
-
AuthorPosts
-
Hi!
It’s not that hard, try something like this:
<ul class='custom_flags'> <li><a href='link1'><img src='flag_url1'></a></li> <li><a href='link2'><img src='flag_url2'></a></li> <li><a href='link3'><img src='flag_url3'></a></li> </ul>Replace “link/flag_url” accordingly.
Regards,
JosueFebruary 4, 2016 at 4:00 am in reply to: Fullwidth slider absolute center regardless of viewport #577504Hm, can’t really say anything with that description, maybe a screenshot could help understanding the issue.
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!
No, that won’t work because ALB elements can’t be wrapped with raw shortcodes, what you’d need to do here is use the raw shortcodes of these Enfold elements and wrap them with the timed-content one (in a single or multiple Text Block) so it ends up like:
[timed-content-client show=”1:0:0″ display=”div”] [av_button label='Click me' link='manually,http://' link_target='' size='small' position='center' icon_select='yes' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' custom_class=''] [/timed-content-client]Note however that not all Enfold elements can be wrapped like this (for example Color Sections or Full Width Separators). Also i’d suggest you to enable ALB debug mode so you can see the raw generated shortcodes below the ALB editor.
Cheers!
JosueHey!
I think you’d better off creating the archive pages with the Advanced Layout Builder, that way you’d have full control of the layout and you wouldn’t need to mess with PHP code.
Once you have these custom archive pages you can use this plugin to create a redirection from the default archive page to the custom one, for example:
/tag/some-tag -> /my-custom-tag-pageRegards,
JosueOk, your feedback has been noted and i’ll keep an eye for similar threads regarding this topic in the future, if you need further assistance with something specific feel free to open a new thread.
Best regards,
JosueHi Cornelia!
Yes that worked on my end (VM Win 7 / IE9), i don’t really know what it didn’t on yours though, i’ll ask the rest of my team to check.
Regards,
JosueOk, can you post a link to the page with the issue?
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
I see, i guess this happens only in Safari right? it’s an issue related to Mac power-saving functionalities, unfortunately there’s no fix for that at the moment.
Cheers!
JosueHi!
That image seems to be displayed at full size on my end. Can you post a screenshot of your view (or how it should look)?
Best regards,
JosueHi!
Try this code:
#top .av-submenu-container li:hover .avia-menu-fx { display: block; visibility: visible; opacity: 1; }Cheers!
JosueHello!
Sounds a bit complicated, unfortunately that’s beyond our support scope. You can request a customisation quote from a third-party provider here.
Regards,
JosueYou’d need to disable maintenance mode first if you want us to see that site. If you are worried of losing something when updating one thing you can do is do a backup of your current theme beforehand.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHm, would really need to see what you’re building to get an idea of what you want here, please post a link to the Page in question.
Regards,
JosueHi!
Once the code has been added you need to place
[current_user]wherever you want the welcome message to appear.Regards,
JosuePlease disable the coming soon screen, we can’t see the site.
You are welcome, glad to help :)
Regards,
JosueHi!
WordPress creates different sizes for each image, these sizes are defined may be defined by the theme and / or plugins.
Cheers!
JosueHi!
Try the following:
https://kriesi.at/support/topic/center-logo-in-navgation-and-hover-the-pics-like-in-eunoia-2/#post-416140Best regards,
JosueHey Victoria!
Try clicking this button, it will toggle an extra set of tools, one of them will let you edit what type of element is used for the text.
Regards,
JosueJanuary 31, 2016 at 8:02 pm in reply to: How to use code for the full screen element button? #575382Hi!
Can you paste the lightbox code here or in a Gist/Pastebin?
Cheers!
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
function custom_shortcode_func() { ob_start(); $current_user = wp_get_current_user(); echo 'Welcome ' . $current_user->display_name . '<br />'; $output = ob_get_clean(); return $output; } add_shortcode('current_user', 'custom_shortcode_func');Then use [current_user] to show the current user name.
Cheers!
JosueHi hjay!
Main reason for that is that it will conflict with some elements that are offcanvas, it can be easily turned though (editing header.php via child theme).
Regards,
JosueHi!
There are now options to do what you want, make sure you’re running the latest version of Enfold (3.4.7).
Regards,
JosueHi,
Depends on what kind of header are you using, can you post the link to your website please? a mockup of what you want to achieve would be helpful too.
Regards,
Josue -
AuthorPosts
