Forum Replies Created
-
AuthorPosts
-
April 17, 2017 at 8:30 pm in reply to: Social Share Icons in Footer and Transparency Problem #778922
Hi Anni0758g,
Could you make a mockup of what a final solution would look like fir you?
Best regards,
VictoriaApril 17, 2017 at 8:23 pm in reply to: products/categories become a lot bigger – after updating woocommerce plugin #778917Hi mmandarino,
I don’t have that info unfortunately.
If you need further assistance please let us know.
Best regards,
VictoriaHi troupdim,
Nope, not really. Did you get it working for you?
Best regards,
VictoriaHey fxkreative,
Here is a good read on that:
If you need further assistance please let us know.
Best regards,
VictoriaHi cyberhrc,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.av-magazine-hero.first.flex_column.av_one_half .av-magazine-content.entry-content { display: none; }
If you need further assistance please let us know.
Best regards,
VictoriaHey Menastickers,
You can use media queries and specify rules on how the logo should behave under 1270px:
@media only screen and (max-width: 1269px) { /* Add your Styles here */ }
If you need further assistance please let us know.
Best regards,
VictoriaApril 17, 2017 at 7:55 pm in reply to: "Don't display image on single post" still shows a grey box #778896Hi anmu1990,
Do you still need help with this issue?
Best regards,
VictoriaHi Vincent,
I see images just fine. Not blurry at all. And here is the code to fix your product titles:
.woocommerce-loop-category__title { font-size: 20px; }
I’m pretty sure, you think the solutions given by mensmaximus did not work, but they did. You should flush the cache or disable it at all and test everything again.
If you need further assistance please let us know.
Best regards,
VictoriaHi Erwin,
Could you please specify the page, where this is happening? I looked today, could not find the page.
Best regards,
VictoriaApril 17, 2017 at 7:42 pm in reply to: Relevanssi Search not showing results on the search Page #778889Hi siteraum,
Could you please explain, what exactly is not working? I see that your templates are called and then you have exit at the top of the file? You have search results, why not show them?
Best regards,
VictoriaApril 17, 2017 at 7:25 pm in reply to: How to make fixed full screen slider image work on mobile device #778880Hi PabloStennett,
Please test on another device and clear the cache on your device. If the issue persists, get back to us.
Best regards,
VictoriaHi mcraig77,
What are the styles that are not working/you’re trying to apply?
Best regards,
VictoriaHi Lyse,
Check now, is this what you wanted?
Best regards,
VictoriaHi codecreative,
Many times – cache is the root os all evil :) At many levels.
Glad it’s working now :)
If you need further assistance please let us know.
Best regards,
VictoriaHi kharsoul,
Show me the code and where did you put it?
Best regards,
VictoriaHi dinovandoorn,
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 brainxchange,
This is still an open issue with our developers, it is closed to being fixed, please bare with us on this one.
If you need further assistance please let us know.
Best regards,
VictoriaHey Daniel,
Here is some reading on translating in WordPress:
https://localise.biz/wordpress/plugin/beginners
If you need further assistance please let us know.
Best regards,
VictoriaHi Clément,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css (this is to remove hover only on those 2 menu items and hide them on mobile menu)
#menu-item-254:hover > a, #menu-item-255:hover > a { background-color: #ffffff !important; } @media only screen and (max-width: 767px) { #menu-item-254, #menu-item-255 { display:none; } }
If you need further assistance please let us know.
Best regards,
VictoriaHi mcraig77,
To make your map marker bigger you need to edit shortcodes.js on line 675 find this code
full = new google.maps.Size(size , size );
and try to make it
full = new google.maps.Size(size*2 , size*2 );
This icon is not ruled by the icon settings in WordPress.
If you need further assistance please let us know.
Best regards,
VictoriaHi ActionGameReplay,
You can try to add the video shortcode to see if it’s working. To be able to see all shortcodes you need to enable avia_debug mode, here is how to do it https://kriesi.at/support/topic/highlight-current-parent-menu-in-mobile-menu/#post-772406.
If you need further assistance please let us know.
Best regards,
VictoriaHi davevi,
These errors are most likely due to Layer Slider update, which is in the process of being added to the new version of Enfold update. So if this is not causing any major issues please be patient.
If you need further assistance please let us know.
Best regards,
VictoriaApril 17, 2017 at 5:11 pm in reply to: Easy Slider Shortcode not displaying text in WooCommerce #778822Hi kzpdesign,
I checked your website today, I created a test blog post. When I clicked save draft, it worked. There is an error in Javascript console though (in private is the screenshot). That could have been the reason your posts would not save or the editor would not load. I was also ables to see Theme options, I did not try to edit.
If you need further assistance please let us know.
Best regards,
VictoriaHi Christian,
Great progress! :)
For tags – you might want to look into tag.php file, but I see titles on tag page, have not seen the archive pages though.
If you need further assistance please let us know.
Best regards,
VictoriaApril 17, 2017 at 4:46 pm in reply to: Suppress post from blog grid when on that post itself #778809Hi CPM_usa,
There is not a setting for that, since you’re adding independent components that do not know anything about each other. This needs more custom coding. You might consider hiring a freelance developer to do this for you.
If you need further assistance please let us know.
Best regards,
VictoriaHi haydaw,
It’s not all the submenus that are going to be open, only those for current menu item, so it should not be that bad. I think, we should have a look when you implement it and see, it it’s working or not.
If you need further assistance please let us know.
Best regards,
VictoriaApril 17, 2017 at 4:33 pm in reply to: Layer Slider Responsive settings not working after update #778800Hey torndownunit,
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 insanityNL,
Here is the 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 #top #wrap_all #header { position: fixed; background: transparent; } }
If you need further assistance please let us know.
Best regards,
VictoriaHi Intelliagg,
Here is the way you can add your code into all pages before closing body tag and not using code block.
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts