Forum Replies Created
-
AuthorPosts
-
Hi salesmusat,
Glad you got it working for you :)
If you need further assistance please let us know.
Best regards,
VictoriaHey xxtita,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look.
Best regards,
VictoriaHi mariajoensen,
The easiest solution is not to use color section. The color section applies more structure and css rules that interfere with how you want to show you content, just don’t use that extra wrapper, unless it serves a very important role.
If you need further assistance please let us know.
Best regards,
VictoriaHi jomtones,
You can comment out the code like this
//win.scrollTop(0);
in avia.js (the thread you’ve seen before) and press cmd+r for Mac or ctrl+f5 on Windows and see what happens.
And like Ismael said before, it has to be done in parent theme and is not “update-proof” unfortunately.
If you need further assistance please let us know.
Best regards,
VictoriaHi giorgio_betagrafic,
The page is in maintenance mode, can you give us temporary admin access to your website in the private content box below, so that we can have a closer look or refer to this thread for a possible solution.
If you need further assistance please let us know.
Best regards,
VictoriaHi ACBOOPATHY,
If the logo does not shrink there is no room for menu on smaller screens and it will take up a lot of screen, instead of showing your users the info about your company you a big logo.
Here is the code you can put this in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) { .responsive #top .logo { float: right; width: 40%; } #advanced_menu_toggle { left: 0; } }
If you still don’t want the logo to shrink try unchecking the Let logo and menu position adapt to browser window in your theme settings.
If you need further assistance please let us know.
Best regards,
VictoriaApril 6, 2017 at 10:37 am in reply to: customize the mobile menu to be : logo+search icon+cart icon+menu icon #773070Hi YongyanLi,
Here is the code you can put this in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) { #menu-item-shop .cart_dropdown_link { padding: 0 24px; } #menu-item-shop #menu-item-search { width: 0px; } #menu-item-shop #menu-item-search .avia-search-tooltip.avia-tt { left: -16px !important; } #menu-item-shop { min-width: 110px; } }
This will move the search from below the menu, but in general it’s not a good solution. Your logo is text, there is no need to have it as an image. It would be more flexible, better for SEO if you had it as text.
If you need further assistance please let us know.
Best regards,
VictoriaHi vauxite,
Here is a possible solution on WPQuestions, you might want to look at it.
If you need further assistance please let us know.
Best regards,
VictoriaApril 5, 2017 at 7:57 pm in reply to: Google Structured Data Testing Tool – Url Expired on entire site #772795Hey nuncer,
The style tag in the body is from WooCommerce
<style type='text/css'> .fb_iframe_widget > span {display: table !important;} .woo-social-buttons {margin:10px 0;} .woo-social-buttons img {vertical-align: top;} .woo-social-buttons span.custom {float:left; margin:0 5px 5px 0; } .woo-social-buttons span.nocount, .woo-social-buttons span.hcount {float:left; margin:0 5px 5px 0; height:21px;} .woo-social-buttons span.vcount {float:left; margin:0 5px 5px 0; height:65px;} .woo-social-buttons span.yithqv {float:left; margin:0 5px 5px 0; height:36px;} .woo-social-buttons iframe {margin: 0px !important; padding: 0px !important; vertical-align:baseline;} .woo-social-buttons .smsb_pinterest.vcount {position:relative; top:30px} .woo-social-buttons .smsb_tumblr iframe {height:20px !important; width:50px !important;} .woo-social-buttons .smsb_tumblr.hcount iframe {height:20px !important; width:72px !important;} .woo-social-buttons .smsb_tumblr.vcount iframe {height:40px !important; width:55px !important;} .woo-social-buttons .smsb_stumbleupon.vcount iframe {height:60px !important; width:50px !important;} .woo-social-buttons .smsb_vkontakte table tr > td {padding:0px; line-height:auto;} .woo-social-buttons .smsb_vkontakte a {height:auto !important;} </style>
This could be added by this plugin – WooCommerce Social Media Share Buttons, you might want to address the same question to their support.
If you need further assistance please let us know.
Best regards,
VictoriaHi melissaek13,
You have to modify the single-portfolio.php template, the related posts part has to be added there.
Please refer to this thread for a solutions.If you need further assistance please let us know.
Best regards,
VictoriaHi ChristianEnglen,
Thanks for sharing! Sounds like you had great learning experience! :)
If you need further assistance please let us know.
Best regards,
VictoriaHi jennmartins4,
The html tags have to be added in Text mode or in Visual mode – by choosing from dropdown. I was able to get it to show the header as h3. If it did not work from Visual, you can switch to Text mode and edit html there.
If you need further assistance please let us know.
Best regards,
VictoriaHi MattDalli,
Maybe you could write to their support or try to look in the support forum for a solution?
If you need further assistance please let us know.
Best regards,
VictoriaHi mrpacogp,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaHi aadwagner,
Here is an overview of other plugins. Looks like Fetch Tweets allows you to hide media. You might want to try it.
If you need further assistance please let us know.
Best regards,
VictoriaHi all,
@DEVGEN Please adjust the code like so.html_stretched #wrap_all { background-color: #282b2e; overflow:hidden !important; }
@all The menu on DEVGEN’s is not supposed to scroll because it’s height is less than view height and so all of it is visible.
The mobile menu on corefocusgroup site is bigger than the view height so it scrolls. My suggestion would stop the page scroll passed menu (like it is supposed to be).Your pages are not the same and issues are not the same, even though they might seem the same. The pages are built differently.
When you do the changes, please make sure to press ctrl+f5 for Windows and cmd+r for Mac.
Please feel free to ask any more questions.
Best regards,
VictoriaHi Bernd,
We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.
You can hire a freelancer to do this customization for you.If you need further assistance please let us know.
Best regards,
VictoriaApril 4, 2017 at 4:31 pm in reply to: Menu appearance on ONE single page changed as opposed to all others #771849Hi donkrisho,
Here is a screen of a Javascript error on your page that prevents the script from working. You might want to fix that. It’s from Gravity forms.
If you need further assistance please let us know.
Best regards,
VictoriaHi JasonC,
I got 404 on both of those links. Can you please update the link if you still need help with this issue.
Best regards,
VictoriaApril 4, 2017 at 4:07 pm in reply to: 'Slide Linking' no longer working correctly after recent update. #771837Hi Leosoki,
The LayerSlider update 6.2.2 is available with Enfold 4.0.5. Please, update.
If you need further assistance please let us know.
Best regards,
VictoriaHi cagraphicdesign,
This is the rule that hides content of the slide
.slide-entry-excerpt { display: none !important; }
It’s in this file http://dev-ep.cagraphicdesign.biz/wp-content/uploads/dynamic_avia/ep_theme_by_cagd.css?ver=58de48ccb20c2
You have to find it and remove it.
If you need further assistance please let us know.
Best regards,
VictoriaHey cerasel,
Here is the css code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) { .responsive .phone-info { width: 15%; margin-top: -31px; margin-left: 33%; float: right; } .responsive #header .sub_menu { width: 20%; padding-top: 11px; float:left; margin-left: 40%; } .responsive #header .social_bookmarks { width: 17%; margin-top: 7px; float: left; margin-left: -38px; min-width: 100px; } }
Aligning search to the left is not a good idea, search form gets beyond screen to the left. You can adjust these settings as to what you like.
If you need further assistance please let us know.
Best regards,
VictoriaHi jdbrunet,
Here is the code to change the header of your page, you can put it in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#header { background-image: url(your image url); }
If you already have a page set up, you can send us the link and we will give you the code to work just for that page, since you don’t want this on all pages.
And this code
.av-special-heading { margin-top: 0px; }
will remove the space you don’t want on the page http://www.thelastpig.com/join-the-herd/
Best regards,
VictoriaHi pro-startups,
Thank you for sharing and glad you got it working for you :)
If you need further assistance please let us know.
Best regards,
VictoriaApril 4, 2017 at 2:35 pm in reply to: In stock not visible on product or category page – Woocommerce #771792Hey WP,
Here is an article on how to show “In stock” in WooCommerce.
If you need further assistance please let us know.
Best regards,
VictoriaApril 4, 2017 at 2:03 pm in reply to: Masonry Gallery and Standard Image Gallery won't show on page #771766Hi MadRhino,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look.
Best regards,
VictoriaHey flowerjovia,
Here is an article on shipping and handling options for WooCommerce, you might find what you need there.
If you need further assistance please let us know.
Best regards,
VictoriaHey Peter,
Please refer to this thread and below are two articles on the topic:
http://www.wpgmaps.com/documentation/exporting-and-importing-your-markers/
http://www.wpbeginner.com/plugins/7-best-free-google-maps-plugins-for-wordpress/If you need further assistance please let us know.
Best regards,
VictoriaHi Neverlands,
The images are 180×180 on the screen when there is no sidebar, when the size of the screen allows to show sidebar, the sidebar appears, but the masonry has to shrink a bit. You could try with different amount of images in the row, maybe 3 will work better, but there will be more whitespace between images.
Actually, it’s totally normal for the images to scale. In this case they don’t scale drastically, and the effort to control them is bigger than the effect you might get.
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts