Forum Replies Created
-
AuthorPosts
-
Hello!
I’m sorry but that customization is beyond the scope of our support form. If you really need it try hiring a freelancer for the job.
Cheers!
JosueHi Guy!
Try adding this too:
.header-scrolled li#menu-item-3512 a { margin-top: 23px; }
Best regards,
JosueOctober 24, 2013 at 11:10 pm in reply to: How to Remove preview image from the body of each post #180411De nada, estamos para servirte :)
Saludos,
JosueOctober 24, 2013 at 10:53 pm in reply to: How to Remove preview image from the body of each post #180406Hola!
Try with this:
article .big-preview { display: none !important; }
Cheers!
JosueOctober 24, 2013 at 10:47 pm in reply to: Megamenu deleted – I can't access to Appearence > Menu #180404Hi Victoria,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHey mariocarabotta!
Open js/avia.js.
Go to line 696:
sublist.stop().animate({opacity:0}, function()
Replace it by this:
sublist.stop().delay(300).animate({opacity:0}, function()
That will add a delay of 300 milliseconds before disappearing. You can change that number if you want it slower or faster.
Best regards,
JosueOctober 24, 2013 at 9:56 pm in reply to: How to change H4 into H2 without making the font size bigger (for SEO) #180397Hey corly!
Write it in plain HTML, assign it a class:
<h2 class="smaller-heading">My h2 heading</h2>
Then add this rule to the Quick CSS:
.smaller-heading{ font-size:14px !important; }
Cheers!
JosueOctober 24, 2013 at 9:45 pm in reply to: Media queries and custom CSS for French translations (WPML) #180394Hey Pat!
I meant that you can add that prefix to any CSS rule and that will only be applied to the french version of the site.
Example:
html[lang='fr'] p{ font-size: 14px; } html[lang='fr'] h2{ color:red; }
Regards,
JosueHi Frank,
Can you post a link to your website please?
Regards,
JosueOctober 24, 2013 at 9:37 pm in reply to: Media queries and custom CSS for French translations (WPML) #180390Hi!
You can target the HTML document when in french, with something like this:
html[lang='fr']{ .. }
Cheers!
JosueHi!
I don’t see too much difference between test2 and the LayerSlider you have on the frontpage, i just noted a min-height applied to the container which creates a space at the bottom when seeing in mobile, however it can be fixed easily:
#test2{ min-height: auto !important; }
Best regards,
JosueOctober 24, 2013 at 6:20 pm in reply to: Change theme of current Propulsion themed website to an Enfold themed website #180342We looking forward to hearing from you :)
Regards,
JosueThis reply has been marked as private.Hey yukanl!
I tried that code locally, it works.
Cheers!
JosueOctober 24, 2013 at 6:35 am in reply to: Change theme of current Propulsion themed website to an Enfold themed website #180109Hey Stephanus!
You could try uploading Enfold into that WP installation and then simply switch between both themes, all the content will be kept.
Cheers!
JosueHi Gillianrose!
Please take a look at this: https://kriesi.at/support/topic/zoom-in-on-mobile-devides/
Cheers!
JosueOctober 24, 2013 at 6:27 am in reply to: Logo in header not reverting to 100% when scrolling back to top #180107Hi,
Can you post the link to your website please?
Regards,
JosueHey!
Have you tried applying the code too?
#test2 .container, #test2 img{ width: 100%; }
Regards,
JosueThat’s WordPress TinyMCE, not theme-related :)
Best regards,
JosueHey Jonathan!
Could you test it on a page so we can see it live?
Best regards,
JosueHey!
Disable the visual editor.
To do it, simply go to your Profile and check this option:
Now when you edit a Text element you’ll only be able to do it via HTML (no more p tags added).
Regards,
JosueGlad we could help, let us know if you have any more questions or issues :)
Regards,
JosueHi!
Yes, height is dynamic by default when using this method.
Regards,
JosueHey Jonathan!
Here’s a workaround, create a color section, set it an ID (ex: mycustomcolorsection), put a Text Block element inside, then put your image:
Now add this CSS:
#mycustomcolorsection .container, #mycustomcolorsection img{ width: 100%; }
Cheers!
JosueHey kenwae!
Add this to the Quick CSS:
.tab_titles { width: 999px; } .tabcontainer * { font-size: 13px !important; } .tabcontainer table br{ display: none; }
Result:
Cheers!
JosueOctober 23, 2013 at 11:31 pm in reply to: Loosing language pack after updating Enfold through dashboard #179994Hi!
That’s a good idea, please take a look: https://kriesi.at/support/topic/theme-update-and-child-theme/
Cheers!
JosueOctober 23, 2013 at 11:28 pm in reply to: Enfold – Contact form doesn't send emails and dont show message error #179993Hey @mgould!
Create a .php file in your server containing this:
mail(' (Email address hidden if logged out) ', 'test', 'test');
Put your email and run it (access it via browser: http://yoursite.com/mailtest.php).
That will test if the mail() function is working on your server.
Regards,
JosueHi!
You can send it to (Email address hidden if logged out) , but it would be better if you post it here as a private reply, so the whole staff can help (only you and us will see it).
Best regards,
JosueOctober 23, 2013 at 4:25 am in reply to: Loosing language pack after updating Enfold through dashboard #179435Hey Tomaz!
Update the theme via FTP, when doing it, skip the /lang folder so it will get preserved:
Cheers!
JosueOctober 23, 2013 at 4:22 am in reply to: how to remove bottom navigation while displaying header with social media #179431Hope Kyle solution works for you Andy, if you have any other issues please let us know :)
Cheers!
Josue -
AuthorPosts