Forum Replies Created
-
AuthorPosts
-
Hey,
The library we use does not support this feature, however you can disable it in the Theme Options and use a custom one with social sharing support:
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi,
Let’s try discard more thing before, can you please check if the issue persists with the default WordPress theme activated?
Regards,
JosueHi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- the URL to the login screen
- a valid username (with full administration capabilities)
- as well as a password for that username
Best regards,
JosueHey,
1. Is that from WooCommerce i suppose? have you tried editing the plugin translation files?
2. Those should be changed in the element’s own settings.Best regards,
JosueHey Cornelinux,
Just did a quick search and it did show some results:
https://netknights.it/en/?s=privacy&lang=enBest regards,
JosueHi,
Would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)
Best regards,
JosueHey,
WC pages should work fine, if there are some elements that aren’t in RTL position you can tell us and we’ll provide you a CSS workaround.
Best regards,
JosueHey,
Have you already tried this?
Go to the login screen of your WordPress installation and attempt to recover your user password
Best regards,
JosueGlad to help :)
Best regards,
JosueHey,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
JosueMay 23, 2016 at 9:55 am in reply to: How to give a text block a slightly transparent background color? #636648Hey,
Set a custom class to that column and use this custom CSS:
.CUSTOM_CLASS { background: rgba(232, 232, 232, 0.8) !important; }
Best regards,
JosueMay 23, 2016 at 9:53 am in reply to: controlled responsive design with avia / enfold-generic question #636644Hey Alexoidea,
There are some ways to do this, does content duplication matter to you? if no, you could use multiple sets of the same content and hide/show (with CSS) them depending of screen size.
Best regards,
JosueHey Richard,
You don’t need to replicate
config-templatebuilder
, please refer to the following:Best regards,
JosueMay 23, 2016 at 9:45 am in reply to: Icon use like an image caption – chrome vs mozzilla firefox #636640Hey Peter,
Try changing your code to this:
.special-overlay-icon-1:before{ content: ""; width: 120px; height: 120px; display: block; margin: 0 auto; background:url("http://petcorner.hu/wp-content/uploads/sites/7/kutyaeledel-icon-piros.png") no-repeat top center; background-size: contain; opacity: 1; vertical-align: middle; text-align: center; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
Best regards,
JosueHey Peter,
Using a simple link will work as a scroll down button:
<a href='#av_section_1' class='custom-scroll'>Link</a>
Then you can use CSS to tweak the appearance of it.
Best regards,
JosueHey Brad,
Not via CSS but JS, open js/shortcodes.js and look for:
wh75 = Math.round( wh100 * 0.75 ),
Change it to:
wh90 = Math.round( wh100 * 0.90 ),
Then when you select 75% height and it will be 90%, this will affect Color Sections too.
Best regards,
JosueMay 23, 2016 at 9:25 am in reply to: Wait to play video until user scrolls down and it appears on screen? Possible? #636630Hey Rob,
Sounds a bit complicated but it can be done, one thing i could think of is to use a FullScreen Slider instead of a Color Section and place the Video on the second slide, then create a JavaScript snippet that would detect when the user reaches the slider and trigger a click event on the “next slide” arrow so the video plays.
Best regards,
JosueHey Hiromi,
Would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)
Best regards,
JosueMay 23, 2016 at 9:12 am in reply to: GOT NO ANSWER! – "Enfold Theme & FormCraft3 not working properly! #636625Hey Damian!
Have you tried enabling the default WP theme? do you get the same result?
Regards,
JosueHey George,
Can you post a link to your site please.
Best regards,
JosueMay 23, 2016 at 9:00 am in reply to: How to remove comma between categories in "Blog Posts" element of ALB? #636621Hey Chris,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .blog-categories{ font-size: 0; } #top .blog-categories a{ font-size: 14px; } #top .slide-meta-comments{ display: none; }
Best regards,
JosueHey Dan,
You could use a Blank template and for the content a Grid Row element:
– First half would be a background image (stretch to fit).
– Second half you may need to use some custom HTML to re-create the menu inside Text Blocks elements.Best regards,
JosueHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia_transform .avia-gallery-thumb img{ -webkit-animation: avia_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */ animation: avia_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */ opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
Best regards,
JosueHey C2S16,
Try with this code instead:
.portfolio-preview-content { padding: 15%; }
Best regards,
JosueLet us know how it goes.
Best regards,
JosueMay 23, 2016 at 8:45 am in reply to: Show Category on full post but not on "Blog Posts" content element #636613Glad to help :)
Hi,
Check it, i changed the Sidebar settings for Archives (“Sidebar on Archive Pages”).
Best regards,
JosueHi,
Can’t remember what content was that exactly but i suppose i was referring to LayerSlider Transitions, which can be set here – http://screencast.com/t/ZjsQXrWV
Also, you can create your own in LayerSlider WP > Transition Builder.
Best regards,
JosueMay 21, 2016 at 12:18 am in reply to: 4 column sortable Ajax portfolio: space between the items – how to? #636085Hi,
There was no need to add it (i did that already), the error is caused by a function duplicate, connect via FTP and edit the theme’s function.php and remove the snippet you added.
Best regards,
Josue -
AuthorPosts