Forum Replies Created
-
AuthorPosts
-
Hi,
Please include the url to the page in question so we can take a closer look.Best regards,
MikeApril 16, 2017 at 3:36 am in reply to: Blog post in tab section with author image on the left #778353Hi,
How about if we hide the sidebar on that page? can you enable it again so the author image is to the left?Best regards,
MikeHey cosmicresearch,
You can make them larger with the code below by adding it to your in the General Styling > Quick CSS field..av-tab-section-icon { font-size: 80px!important; }
Adjust as needed
Best regards,
MikeHey Alexia R.,
You can not add a image map to a slider, perhaps there is a plugin but I don’t know of one.
Yet you can add a image map to a “Code Block” element which can be full-width.Best regards,
MikeHey Dwimmer,
I can’t see the difference, perhaps the first image link is wrong?Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad mensmaximus was able to help, we will close this now. Thank you for using Enfold. @mensmaximus Thanks :)Best regards,
MikeHey Felix,
I was able to do this on my localhost:
It is not exactly what you wanted, but maybe you can use it.
First use the “code block element” were you want the list. Then use this code for your list:<ol> <li><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent euismod ultrices ante, ac laoreet nulla vestibulum adipiscing. Nam quis justo in augue auctor imperdiet. Curabitur aliquet orci sit amet est posuere consectetur. </p></li> <li><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent euismod ultrices ante, ac laoreet nulla vestibulum adipiscing. Nam quis justo in augue auctor imperdiet. Curabitur aliquet orci sit amet est posuere consectetur. </p></li> <li><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent euismod ultrices ante, ac laoreet nulla vestibulum adipiscing. Nam quis justo in augue auctor imperdiet. Curabitur aliquet orci sit amet est posuere consectetur. </p></li> </ol>
Then use this css code in the General Styling > Quick CSS field:
ol { color: #ccc; list-style-type: none; } ol li { position: relative; font: bold italic 45px/1.5 Helvetica, Verdana, sans-serif!important; margin-bottom: 20px!important; } li p { font: 12px/1.5 Helvetica, sans-serif!important; padding-left: 3px!important; top: -5px!important; position: absolute; color: #555; }
Hope this helps :)
Best regards,
MikeHi,
Down means that your web host is not online, sorry but only your web host can fix such an issue. I see that your site is online right now, but I would recommend watching your sites with this free service: https://uptimerobot.com/ If your web host goes down often then perhaps a new one is in order.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad Victoria was able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Since this is a 7 page form with many elements matching the css would require too much time and is suitable for a freelancer: You can request customization here
Or perhaps a plugin such as this could help: https://wordpress.org/plugins/page-specific-stylesheets/Best regards,
MikeHi,
Yes I have had heard of similar issues with background videos, size is a main issue with host throttling right there with it.Best regards,
MikeHi,
Glad Rikard was able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad Rikard was able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad John was able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeApril 16, 2017 at 1:20 am in reply to: Woo Commerce Error Message with Avia Builder in Enfold #778317Hi,
Glad Basilis was able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeApril 16, 2017 at 1:10 am in reply to: Contact form inside the Avia layout builder – change email sender #778313Hey mjakubicek,
Can you please explain how you believe there is an error and what are the signs of the error?
Because when a visitor fills out your contact form, WP uses your web host (php mail) to send it to you. It is not sent by Yahoo, or any others. Now is you are using Yahoo for your business (contact form) and you test your form with your yahoo address it will be blocked, this is well documented, but it does not affect real contact email from visitors. Any other deliverably issues with your web host mail could be pointing to a black listed IP.Best regards,
MikeHi,
Try different opacity settings, 1 is full color, 0.9 is next step down, all the way to 0.mfp-bg { background-color:#1D6047 !important; opacity: 1 !important; }
Best regards,
MikeHi,
Glad to help, we will close this now. Thank you for using Enfold.Best regards,
MikeApril 16, 2017 at 12:15 am in reply to: Tracking Button (call) For FullScreen Slider #AdwordsTag #778308Hey alsonjonsolutions,
Please refer to this link for a possible solution: https://kriesi.at/support/topic/please-clear-this-up-for-em-ga-tracking-2/#post-349057Best regards,
MikeHi,
I don’t see them nether in Chrome, Edge, Firefox, or Safari. What Vinay was saying is in Chrome try right clicking to get the context menu and choose “Inspect” Chrome will show you the developer view of your site and the class of the diagonal lines. If we can’t see it we can’t tell you what code to use to hide it :)
In the example below I right clicked on a gray horizontal line in your sidebar.
Best regards,
MikeHey rvetter,
Try this code in the General Styling > Quick CSS field:.toggler { font-weight:800 !important; color: #222 !important; }
I added the darker font color, but you cam remove if you want :)
Best regards,
MikeHi,
I’ve asked for some help with this, it might take a day for them to look at it. Thanks a lot for your patience and for using Enfold.Best regards,
MikeHi,
Oh, my mistake, glad I added that screenshot :)
Try this code in the General Styling > Quick CSS field:a#number_link:hover { text-decoration: underline!important; color: inherit !important; opacity: 1 !important; }
Best regards,
MikeHi,
Please see if for the user that is having the issue, if the “Disable the visual editor when writing” box is checked in the profile.
If so uncheck it :)
Best regards,
MikeHi,
I retested this quick css code and it works on my end, perhaps it was a caching issue, but if you are happy with your work around we will close this. Thank you for using Enfold..new-special-heading h3, h3.slide-entry-title{ font-size: 18px!important; } .p1, .s1, .slide-entry-excerpt p { font-size: 13px!important; }
this makes the text 13px & the headings 18px
Best regards,
Mike -
AuthorPosts