-
AuthorSearch Results
-
August 25, 2016 at 9:59 pm #677757
Topic: Remove hover effect from social media icons
in forum Enfoldrobphat
ParticipantHow do I remove the hover effect from the social media icons? I did a workaround to easily replace the social icons by :
Targeting: li.av-social-link-facebook a and making the font transparent and changing the background to my own icon centered with no-repeat
Then I targetting: li.av-social-link-facebook a:hover and changed the background to a slightly larger image of the same custom icon
But the background circle that still shows up when I hover over each social icon is still there. I’ve searched and searched and I can’t find what to target to stop that hover effect.
Please let me know how to do that.
August 25, 2016 at 9:38 pm #677743August 25, 2016 at 8:03 pm #677725Dependable
ParticipantHello,
I’m hoping you can help me. Everything seems to be working fine on desktop versions of the site. But when I go to look on mobile with cloudflare enabled, there is no homepage layerslider, no built-in page slider (like for the Sponsors slider), and no WooCommerce items on display.
It appears to be an issue with all javascript on the site. Please help!!
Thanks!
August 25, 2016 at 6:26 pm #677707Topic: How to add 'mobile' to Social Profiles
in forum EnfoldSandie
ParticipantHi,
I’d really like to add mobile phone and landline icons to the Social Profiles theme settings, so:
- they get displayed alongside the social icons with the same formatting
- on mobile, they show up at the top of the site on all pages
I’ve used your guide to add a ‘Mobile’ option to the Social Profiles:
function avia_add_custom_icon($icons) { $icons['mobile'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue8ac'); return $icons; } add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); function avia_add_custom_social_icon($icons) { $icons['Mobile'] = 'mobile'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);The problem I have is that the Social Profile field doesn’t seem capable of accepting
<a href=”tel:123456789″>123456789</a>Can you advise how I can get this to work, or offer any suggestions for a different route to achieve the same thing?
Thanks!
August 25, 2016 at 6:16 pm #677704Page here.
I want to stop DoNotShow and NewsTicker categories from appearing in the ‘Categories: Archive by Categories’ widget dropdown list in the sidebar.
August 25, 2016 at 6:13 pm #677700I had seen that recommended fix at the top of this thread. But, when the fix is applied in: enfold-child >includes >admin >register-portfolio.php, it does not work. It does, however, work in the parent theme. And, that would be a problem on future updates.
Also (for those following this thread), there are 2 terms to find/replace with the preferred: “Portfolio Items” and “Portfolio Entry”.
August 25, 2016 at 6:09 pm #677697In reply to: Remove the link element on a text
Hi wahyudotasia!
#top .alternate_color.title_container .main-title {
pointer-events: none;
cursor: default;
}Add the following to the Custom CSS and let us know if it is what you needed.
Please also make sure to clear the cache that is active!Thanks a lot
Cheers!
BasilisAugust 25, 2016 at 5:49 pm #677693In reply to: Retina logo and mobile menu
Dear Support,
https://kriesi.at/support/topic/blurry-logo/
regarding to this link, finally, i upload .svg to solve my problem, closed ticket, thank you!
San
August 25, 2016 at 5:37 pm #677686Hi Rikard, thanks for replying. I did try all the suggestions at and I have provided login details in my opening post.
Some others joined this thread as they are having the exact same issues and apparently none of the suggested solutions worked out (at least not for me). I tried other posted solutions as well that I found in other recently opened topics but no luck.
Could you please take a look at my website and see if there is another solution then the ‘standard’ ones?
August 25, 2016 at 5:21 pm #677677In reply to: Masonry Gallery
Hi Susan,
Sorry for not being able to help you out more, let us know if you should need any further help on the topic.
Thanks,
RikardAugust 25, 2016 at 4:58 pm #677661In reply to: Retina logo and mobile menu
Dear Support,
Regarding to the above case, i have same problem, would you please advise how can i do it???
I have to upload double size already and custom the header height setting, it’s still seeing blurry logo.Please advise
Kind regards
SanAugust 25, 2016 at 4:48 pm #677653In reply to: missing siderbars urgent
https://kriesi.at/support/topic/integration-problem/ and also on this topic that do not receive answers from moderator for days already. my patience and time is over. start to do something, I paid for serious support not for guessing.
August 25, 2016 at 4:17 pm #677613Hi honestgraphics!
Replied you here – https://kriesi.at/support/topic/get-tunein-radio-social-icon-in-social-icon-area-in-header-and-footer/
Please do not create duplicated posts as it is making it harder for us and for other users to followRegards,
YigitAugust 25, 2016 at 4:03 pm #677600Topic: trouble getting ads to work right
in forum Enfoldhonestgraphics
ParticipantHi. I am looking into resdesigning wizs.com using enfold at test.wizs.com.
We use the WP Ad Pro plugin and are very happy with it is very important to use to keep using it. The functionality with this ad plugin is on par with what you provide in Enfold. :)
1. I can not figure out how to get the header ad to show up right. No matter what I do, the ad is either too small and/or in the wrong place.
2. I am also trying to do 2 seperate background ads. (1 on the left side and one on the right side) The only way I have been able to get them to come up so far is to make the screen be full width. (we are not looking to create a full width website at test.wizs.com.) So if I have to make the screen be full width so the background ad will work, then I want to make it appear that it is not full width. (i.e. let the 3 middle columns be wider to result in those middle three columns being the the total width equal to that of the non-full screen site (eg: 1130px) The top menu, logo/header area, footer area, and socket area all would need to be restricted to that width as well.both ads are not showing up right. I know its how I am trying to do it in the enfold part of the site.
I realize the ftp info is blank in the private contact box. I have to get that from my developer. When I do, I will either reply or edit this post.
Thanks,
JeannieAugust 25, 2016 at 4:01 pm #677598In reply to: Logos w/Links in footer
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#footer .avia-smallarrow-slider { margin-top: 0; } #footer .avia-smallarrow-slider img { margin-left: 0; margin-right: 5px; } #footer .slide-entry.flex_column { width: auto; }Best regards,
YigitAugust 25, 2016 at 3:54 pm #677593In reply to: Logos w/Links in footer
You bet!
http://goo.gl/VMBvws
Decrease the amount of padding:
A. Top Padding
B. Left Padding
C. & D. Padding in between the columnsAugust 25, 2016 at 3:17 pm #677549In reply to: Header Size
Hi,
Please change the code to following one
.header_color .header_bg { background: white url(//neu.noch-erfolgreicher.com/wp-content/uploads/2016/08/910x300_header2016_2.jpg) top center; background-size: cover; }Best regards,
YigitAugust 25, 2016 at 3:07 pm #677541In reply to: How to change the header style on the 404 page
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #header .av-main-nav > li > a { background-color: #3498db; }Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
YigitAugust 25, 2016 at 1:43 pm #677492Hi,
There is #top ID on every page and menu items highlight when they are on a matching ID.
Glad you figured it out! Let us know if you have any other questions or issuesBest regards,
YigitAugust 25, 2016 at 1:37 pm #677490Hi Yigit,
Thanks for the hint.
It wasn’t the “kontakt”-menu item that caused the trouble (since this was linked via a page-link), it was the first menu-item which pointed to “/#top” by an individual link. Removing the #top solved the flickering.
Still don’t understand why this causes trouble on the subpage.
Thanks anyway for your great support.
best regards,
Marcus
August 25, 2016 at 1:10 pm #677479Hi,
You have linked your menu item as following
yourdomain.com/kontakt/#top
Please link it as following instead
yourdomain.com/kontakt/#kontaktBest regards,
YigitAugust 25, 2016 at 12:21 pm #677465In reply to: Enfold 3.7 and Goole Map
Hi,
@umbrella8: This is a different issue and we replied to your post. Please stick to your own thread as much as possible. Thank you. https://kriesi.at/support/topic/form-and-google-map-section-not-responsive/Best regards,
IsmaelAugust 25, 2016 at 12:21 pm #677464Some other related questions with the fullscreen slider (please consider these ones as priority than my first topic):
1) How to increase the padding (i.e. the area between the text and the edge of the caption’s background: http://dns.d.pr/vCIm/23BdHXze
2) (I guess this is not possible, please ignore if I am right).
3) How can we add some rounded corners in the caption box?
4) How can I add the font Helvetica Neue Thin to the captions on the slideshow only? Do I need to import the font? I tried to follow some instructions in other posts but without success…
Thank you
August 25, 2016 at 12:19 pm #677461In reply to: iPad display problems
Hi.
Thanks.
I’ve done that but the problem is still the same – I’ve put the text in and done the removing of the browser cache on both the desktop computer and the ipad.
The problem is viewing it on an ipad – the pictures don’t become smaller so you only see about half of each picture on each webpage.
Any other suggestions?
Cheers,
Patrick
August 25, 2016 at 12:04 pm #677455Hi!
Please try the solution provided here: https://kriesi.at/support/topic/google-maps-api-error-missingkeymaperror-3/
Best regards,
IsmaelAugust 25, 2016 at 11:52 am #677451In reply to: Main Nav custom css
Hi,
You can use this to change the style of the current menu:
#top #header .av-main-nav > .current_page_item > a > .avia-menu-text { color: red !important; } #top #header .av-main-nav > .current_page_item > a { background-color: black !important; }Best regards,
IsmaelAugust 25, 2016 at 11:41 am #677448Topic: Masonry gallery elements not stacking correctly on tablet
in forum Enfoldjonnyckk
ParticipantWe have a site with 4 individual masonry gallery elements in a row set to display 1 image each. We have it like this because each one has a number of link-relevant images inside that are randomised so that a different image appears on each load. This is the code in functions.php to randomise the images.
add_filter('avia_masonry_entries_query', 'avia_random_image_query', 10, 2); function avia_random_image_query($query, $params) { if(!empty($query['post_mime_type']) && $query['post_mime_type'] == 'image') { $query['orderby'] = "rand"; } return $query; }We have used this code to stretch each masonry entry to the full width of a 1/4 column:
.page-id-278 .av-masonry-entry {width: 100%;}This works on desktop and mobile but the problem is that on tablet (or when the browser is around that width) the elements don’t stack correctly.
See attached screenshots.Thanks.
August 25, 2016 at 10:37 am #677425In reply to: Lightbox image align differently
Hey Josue,
I tried the plugin you mentioned. As far as I found out, what you do is regenerate thumbs with fixed settings for all images that you regenerate thumbs for. That didn’t seem handy since some images look better if your thumb shows the top part of the full image, others the bottom part and so on.
When looking for this plugin, I stumbled upon another plugin which gives the option to manually generate new thumbs per image and even per purpose (featured, entry_with_sidebar, et cetera): https://wordpress.org/plugins/post-thumbnail-editor/. Might be a good tip for other people wanting to do the same.
Thanks for your help anyway. Because of your suggestion I knew what I was looking for! Please mark this topic as solved.
Regards,
MoniqueAugust 25, 2016 at 9:50 am #677410In reply to: Featured Image mobil on Blog site
Hey siteraum,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px) { .responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar { display: block; } }Best regards,
VinayAugust 25, 2016 at 7:10 am #677367In reply to: Content Slider Example
Hi webdesign,
If you enable debug mode: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ you will be able to see shortcodes. Please paste the following shortcode to a new page, you can then see exactly how the elements are set up:
[av_fullscreen size='extra_large' animation='fade' autoplay='false' interval='5' control_layout='' scroll_down='aviaTBscroll_down'] [av_fullscreen_slide slide_type='image' id='548' position='center center' video='http://' mobile_image='' video_cover='' title='New spring edition for women and men now available' custom_title_size='40' custom_content_size='18' caption_pos='caption_left' link_apply='button button-two' link='lightbox' link_target='' button_label='Women’s Collection' button_color='theme-color' link1='product_cat,13' link_target1='' button_label2='Men’s Collection' button_color2='dark' link2='product_cat,13' link_target2='' font_color='custom' custom_title='#2c2c2c' custom_content='#818181' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern=''] The new beautiful spring collection, created by star designer Konrad Kries is now available. [/av_fullscreen_slide] [av_fullscreen_slide slide_type='image' id='547' position='top left' video='http://' mobile_image='' video_cover='' title='Start with us into the new season!' custom_title_size='40' custom_content_size='18' caption_pos='caption_right' link_apply='button button-two' link='lightbox' link_target='' button_label='For Women' button_color='theme-color' link1='product_cat,12' link_target1='' button_label2='For Men' button_color2='dark' link2='product_cat,11' link_target2='' font_color='custom' custom_title='#2c2c2c' custom_content='#818181' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern=''] Those are the styles that you need for the next season. Make sure to grab your early bird coupon! [/av_fullscreen_slide] [av_fullscreen_slide slide_type='image' id='549' position='top left' video='http://' mobile_image='' video_cover='' title='Win a shopping trip<br/>with our styling experts' custom_title_size='40' custom_content_size='18' caption_pos='caption_center' link_apply='button' link='lightbox' link_target='' button_label='Sign up now!' button_color='dark' link1='page,76' link_target1='' button_label2='Click me' button_color2='light' link2='manually,http://' link_target2='' font_color='custom' custom_title='#2c2c2c' custom_content='#818181' overlay_enable='aviaTBaviaTBoverlay_enable' overlay_opacity='0.6' overlay_color='#ffffff' overlay_pattern='' overlay_custom_pattern=''] Fancy doing something a little different this autumn? Win this great shopping trip to London! We pay for everything! All expenses including flight and a meal at a gourmet restaurant of your choice will be paid for! [/av_fullscreen_slide] [av_fullscreen_slide slide_type='image' id='551' position='center right' video='' mobile_image='' video_cover='' title='Winter Collection coming soon!' custom_title_size='40' custom_content_size='18' caption_pos='caption_left' link_apply='button' link='lightbox' link_target='' button_label='Yes, notify me!' button_color='dark' link1='manually,#sign-up' link_target1='' button_label2='' button_color2='light' link2='manually,http://' link_target2='' font_color='custom' custom_title='#2c2c2c' custom_content='#818181' overlay_opacity='0.1' overlay_color='' overlay_pattern='' overlay_custom_pattern=''] Want to get notified once the new winter collection by Georgio Adriani is released? [/av_fullscreen_slide] [/av_fullscreen] [av_layout_row border='' min_height='0' color='main_color' mobile='av-flex-cells' id='collections'] [av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat'] [av_image src='http://kriesi.at/themes/enfold-shop/files/2015/03/winter-girl-small-495x400.jpg' attachment='551' attachment_size='portfolio' align='center' animation='no-animation' styling='no-styling' hover='av-hover-grow' link='product,66' target='' caption='yes' font_size='' appearance='' overlay_opacity='0.7' overlay_color='#6786a1' overlay_text_color='#ffffff'] NEW WINTER COLLECTION [/av_image] [/av_cell_one_fourth][av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat'] [av_image src='http://kriesi.at/themes/enfold-shop/files/2015/03/couple-sitting-495x400.jpg' attachment='546' attachment_size='portfolio' align='center' animation='no-animation' styling='no-styling' hover='av-hover-grow' link='product_cat,15' target='' caption='yes' font_size='' appearance='' overlay_opacity='0.7' overlay_color='#6786a1' overlay_text_color='#ffffff'] LATEST STREET CLOTHES [/av_image] [/av_cell_one_fourth][av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat'] [av_image src='http://kriesi.at/themes/enfold-shop/files/2015/03/girls-shopping-desat-495x400.jpg' attachment='549' attachment_size='portfolio' align='center' animation='no-animation' styling='no-styling' hover='av-hover-grow' link='product_cat,12' target='' caption='yes' font_size='' appearance='' overlay_opacity='0.7' overlay_color='#6786a1' overlay_text_color='#ffffff'] FRESH SPORTSWEAR [/av_image] [/av_cell_one_fourth][av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat'] [av_image src='http://kriesi.at/themes/enfold-shop/files/2015/03/hipster-girls-working-495x400.jpg' attachment='554' attachment_size='portfolio' align='center' animation='no-animation' styling='no-styling' hover='av-hover-grow' link='product_cat,10' target='' caption='yes' font_size='' appearance='' overlay_opacity='0.7' overlay_color='#6786a1' overlay_text_color='#ffffff'] FUNKY ACCECCOIRS [/av_image] [/av_cell_one_fourth] [/av_layout_row] [av_section min_height='' min_height_px='500px' padding='default' shadow='no-border-styling' bottom_border='no-border-styling' id='' color='alternate_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern=''] [av_heading heading='Recent Top Sellers' tag='h3' style='blockquote modern-quote modern-centered' size='30' subheading_active='' subheading_size='15' padding='10' color='' custom_font=''][/av_heading] [av_productslider columns='4' items='8' offset='0' sort='0' autoplay='yes' interval='5'] [/av_section] [av_layout_row border='' min_height='0' color='alternate_color' mobile='av-flex-cells' id=''] [av_cell_one_half vertical_align='middle' padding='50px' padding_sync='true' background_color='#f8f8f8' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat'] [av_heading tag='h3' padding='10' heading='Lorem ipsum dolor sit amet, consectetuer adipiscing elit. ' color='' style='blockquote modern-quote' custom_font='' size='30' subheading_active='' subheading_size='15' custom_class=''][/av_heading] [av_textblock size='' font_color='' color=''] Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. [/av_textblock] [av_productgrid columns='3' items='6' offset='0' sort='0' paginate='no'] [/av_cell_one_half][av_cell_one_half vertical_align='top' padding='0px' padding_sync='true' background_color='#f8f8f8' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat'] [av_image_hotspot src='http://kriesi.at/themes/enfold-shop/files/2015/03/lady-in-blue.jpg' attachment='556' attachment_size='full' animation='fade-in' hotspot_layout='numbered' hotspot_tooltip_display='av-permanent-tooltip' hotspot_mobile='aviaTBhotspot_mobile'] [av_image_spot tooltip_pos='av-tt-pos-left av-tt-align-centered' tooltip_width='av-tt-default-width' tooltip_style='main_color av-tooltip-shadow' link='product,65' hotspot_color='custom' custom_bg='#6786a1' custom_font='#ffffff' custom_pulse='' hotspot_pos='6.5,56.9'] Hairdo by Roger Ramoni [/av_image_spot] [av_image_spot tooltip_pos='av-tt-pos-left av-tt-align-centered' tooltip_width='av-tt-default-width' tooltip_style='main_color av-tooltip-shadow' link='product,257' hotspot_color='custom' custom_bg='#6786a1' custom_font='#ffffff' custom_pulse='' hotspot_pos='19.8,53'] Glasses by Victor Secreni [/av_image_spot] [av_image_spot tooltip_pos='av-tt-pos-left av-tt-align-centered' tooltip_width='av-tt-default-width' tooltip_style='main_color av-tooltip-shadow' link='product,262' hotspot_color='custom' custom_bg='#6786a1' custom_font='#ffffff' custom_pulse='' hotspot_pos='38.9,58.4'] Nail polish by Sandra Sounders [/av_image_spot] [av_image_spot tooltip_pos='av-tt-pos-below av-tt-align-centered' tooltip_width='av-tt-default-width' tooltip_style='main_color av-tooltip-shadow' link='product,495' hotspot_color='' custom_bg='' custom_font='' custom_pulse='' hotspot_pos='70,54.3'] "Red Velvet" Dress by Varia Vereni [/av_image_spot] [/av_image_hotspot] [/av_cell_one_half] [/av_layout_row] [av_section min_height='' min_height_px='500px' padding='large' shadow='no-border-styling' bottom_border='no-border-styling' id='' color='alternate_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern=''] [av_one_half first] [av_icon_box position='left_content' boxed='' icon='ue8b1' font='entypo-fontello' title='Worldwide delivery' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border=''] Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. [/av_icon_box] [/av_one_half][av_one_half] [av_icon_box position='left_content' boxed='' icon='ue8e2' font='entypo-fontello' title='Free shipping' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border=''] Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. [/av_icon_box] [/av_one_half][av_one_half first] [av_icon_box position='left_content' boxed='' icon='ue824' font='entypo-fontello' title='Secure Payment' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border=''] Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. [/av_icon_box] [/av_one_half][av_one_half] [av_icon_box position='left_content' boxed='' icon='ue8b9' font='entypo-fontello' title='24/7 Support' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border=''] enean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus. [/av_icon_box] [/av_one_half] [/av_section] [av_section min_height='' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' id='sign-up' color='main_color' custom_bg='' src='http://kriesi.at/themes/enfold-shop/files/2015/03/hipster-girls-working.jpg' attachment='554' attachment_size='full' attach='parallax' position='top center' repeat='stretch' video='' video_ratio='16:9' overlay_enable='aviaTBoverlay_enable' overlay_opacity='0.7' overlay_color='#6786a1' overlay_pattern='' overlay_custom_pattern=''] [av_heading tag='h3' padding='10' heading='Want to stay up to date? Subscribe to our Newsletter!' color='custom-color-heading' style='blockquote modern-quote modern-centered' custom_font='#ffffff' size='30' subheading_active='' subheading_size='15' custom_class=''][/av_heading] [av_one_fifth first] [/av_one_fifth][av_three_fifth] [av_contact email=' (Email address hidden if logged out) ' title='' button='Subscribe' on_send='' sent='Thanks! You will receive an email soon!' link='page,74' subject='' autorespond='' captcha='' hide_labels='aviaTBhide_labels' color='av-custom-form-color av-light-form'] [av_contact_field label='Name' type='text' options='' check='is_empty' width='element_third' multi_select=''][/av_contact_field] [av_contact_field label='E-Mail' type='text' options='' check='is_email' width='element_third' multi_select=''][/av_contact_field] [/av_contact] [/av_three_fifth][av_one_fifth] [/av_one_fifth][/av_section]Regards,
Rikard -
AuthorSearch Results
-
Search Results
-
Hi. I am looking into resdesigning wizs.com using enfold at test.wizs.com.
We use the WP Ad Pro plugin and are very happy with it is very important to use to keep using it. The functionality with this ad plugin is on par with what you provide in Enfold. :)
1. I can not figure out how to get the header ad to show up right. No matter what I do, the ad is either too small and/or in the wrong place.
2. I am also trying to do 2 seperate background ads. (1 on the left side and one on the right side) The only way I have been able to get them to come up so far is to make the screen be full width. (we are not looking to create a full width website at test.wizs.com.) So if I have to make the screen be full width so the background ad will work, then I want to make it appear that it is not full width. (i.e. let the 3 middle columns be wider to result in those middle three columns being the the total width equal to that of the non-full screen site (eg: 1130px) The top menu, logo/header area, footer area, and socket area all would need to be restricted to that width as well.both ads are not showing up right. I know its how I am trying to do it in the enfold part of the site.
I realize the ftp info is blank in the private contact box. I have to get that from my developer. When I do, I will either reply or edit this post.
Thanks,
JeannieWe have a site with 4 individual masonry gallery elements in a row set to display 1 image each. We have it like this because each one has a number of link-relevant images inside that are randomised so that a different image appears on each load. This is the code in functions.php to randomise the images.
add_filter('avia_masonry_entries_query', 'avia_random_image_query', 10, 2); function avia_random_image_query($query, $params) { if(!empty($query['post_mime_type']) && $query['post_mime_type'] == 'image') { $query['orderby'] = "rand"; } return $query; }We have used this code to stretch each masonry entry to the full width of a 1/4 column:
.page-id-278 .av-masonry-entry {width: 100%;}This works on desktop and mobile but the problem is that on tablet (or when the browser is around that width) the elements don’t stack correctly.
See attached screenshots.Thanks.
