-
Search Results
-
After updating, somehow the shortcode isn’t generated correctly anymore when it contains linktarget=’_blank’
For example, this works fine in a text-widget:
[av_font_icon icon='ue8fc' font='entypo-fontello' style='' caption='' size='30px' position='left' color='#ffffff' link='manually,https://www.linkedin.com' linktarget='' animation='deactivated' id='' custom_class='' av_uid='' admin_preview_bg=''][/av_font_icon]And this removes the icon:
[av_font_icon icon='ue8fc' font='entypo-fontello' style='' caption='' size='30px' position='left' color='#ffffff' link='manually,https://www.linkedin.com' linktarget='_blank' animation='deactivated' id='' custom_class='' av_uid='' admin_preview_bg=''][/av_font_icon]Is this issue already known? I found some other topics, but that seems to be other bugs.
Hi,
I added a headline rotator in my secondary menu, adding this code in WP / Enfold Child Theme Options / Header / Add Extra Info in Header (top left) :
[av_headline_rotator before_rotating='' after_rotating='' margin='' margin_sync='true' align='left' custom_title='' size='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' tag='h3' interval='5' animation='fade' alb_description='' id='' custom_class='slogan-rotatif-menu-secondaire' av_uid='av-k651payb' admin_preview_bg=''] [av_rotator_item title='<a href=‘’ title=’‘ class=’’ data-av_icon="" data-av_iconfont="awesome-font" title=""></a> Paiement sécurisé' custom_title='' link='' linktarget='' av_uid='av-lncu6'] [av_rotator_item title='<a href=‘’ title=’‘ class=’’ data-av_icon="" data-av_iconfont="awesome-font" title=""></a> Livraison offerte à partir de 50€' custom_title='' link='' linktarget='' av_uid='av-e8icu'] [av_rotator_item title='<a href=‘’ title=’‘ class=’’ data-av_icon="" data-av_iconfont="awesome-font" title=""></a> Expédition sous 48h' custom_title='' link='' linktarget='' av_uid='av-7pqyu'] [/av_headline_rotator]Unfortunately, there is a big display issue and I don’t know how to fix it.
Indeed, when the page is loaded the 3 texts appear at the same time, then one disappear and 2 are still shown, then 1 and after that only, it seems to work correctly. But if I only go to another page tab and I come back to this page, display in not good anymore… and so on…Could you help me please?
Thanks a lot!
This placeholder image – which is not a real image – appears at the end of every blog post. How do I get rid of it?
[av_image src='https://www.grovertbbq.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg' align='center' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' copyright='' animation='no-animation' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' av_uid='av-2y5mkt'][/av_image]
Here is a link to an example: https://www.grovertbbq.com/2020/01/23/early-bird-specials-january-27/
Thank you!
Hi.
I have managed to get the result i wanted, but am quite confident the way i have hacked it together is not the best way.
I have also tried to take out parts of the code i don’t think i need but then it does not work.
I am wanting to style the portfolio spring menu and have used the info from the support forum, i have tried my best!
Using this code:
/* create portfolio sort items to look like a button menu */
I am not sure i need this first bit of code but when i remove it the boarder round the buttons disappears?? I know something is wrong with the code as I don’t need the font-size: 24px as it has no effect, but if i delete it then the boarder disappears as said.
#js_sort_items {
font-size: 24px;
}/* create each none active item as a button */
#js_sort_items a {
background-color: #ffffff;
padding: 12px 16px 10px;
border: 1px #00aa67 solid;
}/* create each active item as a highlighted button */
#js_sort_items .active_sort {
background-color: #4ba956
;
color: #ffffff!important;
padding: 12px 16px 10px;
text-decoration: none;
}/* add some space between the new button */
#js_sort_items a {
margin-right: 10px!important;
}/* remove the seperator */
.text-sep {
display: none!important;
}/* optional centre the buttons */
.avia-fullwidth-portfolio #js_sort_items {
text-align: center;
}/* Portfolio sort menu font size and weight*/
.av-masonry-sort a { font-size: 12px; }
#js_sort_items .inner_sort_button span, #js_sort_items .text-sep {
font-size: 18px; font-weight: 500;
}All the code is in the Quick.css
Finally I would also prefer to be able to use a class to style just one of the portfolio sort menus, rather than effect the whole site.
Doing it the way I have obviously effects the whole site, can you please advise on how to make it work by using a class, an example would be brilliant.
Topic: Fullwidth Sub menu styling
How do I change the color of the Fullwidth Sub menu styling ~ for example. Font size, idle color, hover color
Hello,
I had a thread about this before and I was given the below CSS to fix it but I am also adding other magazine modules to the site on various pages to pull from different categories and the styling is not adjusting there? What do I need to do to adjust them on other places within the site as well. Examples in private data….
#av-magazine-1 .av-magazine-time.updated{
font-size:20px!important;
}#av-magazine-1 h3.av-magazine-title.entry-title{
font-size:16px!important;
}


