Forum Replies Created
-
AuthorPosts
-
Hey luckylobo10,
I am not seeing the white spaces. Were you able to get this fixed? If you are still seeing this on your end, make sure under the tab options you set the content alignment options to “Top” or “Above”. If this is not clear please provide login info so I can log in and look into this further.
Best regards,
Jordan Shannon-
This reply was modified 7 years, 10 months ago by
Jordan Shannon.
Hey leonsw,
Can import demo data with XML files? Also, are you using an updated version of PHP.Best regards,
Jordan ShannonHi,
Please provide a little more context to the topic. What page should I be looking for? What video do you need loaded?
Best regards,
Jordan ShannonHi,
No problem. Let us know how it turns out.
Best regards,
Jordan ShannonHey crdocs123,
Please provide a link to the site so we can look into this further.
Best regards,
Jordan ShannonHi,
Please use this plugin: http://wordpress.org/plugins/insert-html-snippet/ to insert raw js or css code into the text box. Our theme uses the wpautp() function to sanitize the text content and maybe it does not interpret your raw code properly. Please attempt this fix and the one I linked you to above. If neither of them work then we will investigate further.
Best regards,
Jordan ShannonHi,
We can show you how to do it via css. Presenting it as a button native would require a developer to modify your source files. Also keep in mind most buttons on any site is just styled via css like Sarah presented above as the actual”button” tag is recommended for forms only.
Best regards,
Jordan Shannon-
This reply was modified 7 years, 10 months ago by
Jordan Shannon.
Hi,
Is this a self-hosted site, meaning not hosted on wordpress.com
Best regards,
Jordan ShannonHi,
No problem at all, if you need additional help, let us know here on the forums.
Best regards,
Jordan ShannonHey Timothy,
Please refer to the following thread which may provide the exact solution you need:
https://kriesi.at/support/topic/best-way-to-insert-adsense-code-into-enfold/
Best regards,
Jordan ShannonHey sandro,
I am not sure I understand the question 100%. The Enfold theme must be purchased from Themeforest.net
Each instance of a new site will require a new theme license.Best regards,
Jordan ShannonHey calstore,
Are you using a child theme? If not, you need to so that your changes remain after updates.
Please refer to the following documentation: http://kriesi.at/documentation/enfold/using-a-child-theme/
Best regards,
Jordan ShannonHey LordLiverpool,
Yes, our latest Enfold version is compatible with WooCommerce 3.0.4. As with anything else though, if you run into any issues please contact us here on the forums for help and support.
Best regards,
Jordan ShannonHi,
Thanks, I will try and get this worked out.
Best regards,
Jordan ShannonApril 22, 2017 at 1:45 pm in reply to: Is anyone able to help me write a CSS Class style… thing!? #781665Hi,
Great I am glad I can help. If you need anything else, be sure to start a new thread and just let us know here in the forums.
Best regards,
Jordan ShannonHi,
I added the following to quick css.
.flex_column.av_one_fourth.flex_column_div.avia-builder-el-last{ background:#fff!important; padding:0!important; border:1px solid #e1e1e1; } #listcategorypostswidget-2{ padding-bottom:0px!important; } #listcategorypostswidget-2 h3.widgettitle{ padding:14px!important; font-size:13px!important; color:#8d8d8d!important; font-weight:normal!important; text-transform:none; letter-spacing:0px;!important; margin:0; } .flex_column.av_one_fourth.flex_column_div.avia-builder-el-last ul li{ border-top:1px solid #ddd!important; margin-left:0px!important; padding:8px 12px!important; vertical-align:middle; list-style-type:none!important; } .flex_column.av_one_fourth.flex_column_div.avia-builder-el-last ul li:last-child{ padding-bottom:15px!important; padding-top:15px!important; vertical-align:middle; }
Let me know if this is what you needed. To get those arrows to the left in there is a bit more involved than we can get here as those icons are hard coded into the theme.
Best regards,
Jordan Shannon-
This reply was modified 7 years, 10 months ago by
Jordan Shannon.
Hi,
No problem at all. If you need additional help, please contact us here on the forums.
Best regards,
Jordan ShannonHi,
Best regards,
Jordan ShannonApril 22, 2017 at 12:55 pm in reply to: Is anyone able to help me write a CSS Class style… thing!? #781654Hi,
Add the following:
.pricing-extra{ background-color: #b49a5d!important; border-color: #b49a5d!important; } h2 .special_amp{ color: #b49a5d!important; }
Let me know if this corrects the two remaining issues.
Best regards,
Jordan ShannonHi,
Add the following:
a span.avia-menu-fx{
display:none!important;
}Best regards,
Jordan ShannonHi,
Please view this thread to see if it helps: https://kriesi.at/support/topic/migration-and-changing-url-bug-from-avia/#post-219524
Please attempt the suggested fix, and If this does not help, I will bring others in to try and get this resolved.
Best regards,
Jordan ShannonHi,
Your screenshots are not loading for me. Can you use the following https://snag.gy/
Best regards,
Jordan ShannonHi,
Add the following to quick css:
.av-main-nav li:hover .avia-menu-fx{ display:none!important; }
Best regards,
Jordan ShannonHi,
I’m configuring it within the browser inspector, this is quite a bit of css so its not really ideal. I can glady post what I have done when it is completed. Doing it within the admin just makes it easier because I can actually save and build.
Best regards,
Jordan ShannonHi,
Okay, this has been fixed. I added the following to the google services js section. It will be safe during updates:
<script> jQuery('.page-id-734 .av-masonry-entry').click(function(e) { e.preventDefault(); }); </script>
Best regards,
Jordan Shannon-
This reply was modified 7 years, 10 months ago by
Jordan Shannon.
April 21, 2017 at 10:51 pm in reply to: Is anyone able to help me write a CSS Class style… thing!? #781458Hi,
Add the following to quick css:
.postid-36 .iconbox_content_container p strong{ color:#b49a5d!important; } .pricing-table li.avia-heading-row{ background-color: #b49a5d!important; border-color: #b49a5d!important; } .avia-button.avia-icon_select-no.avia-color-green.avia-size-x-large.avia-position-center{ background-color: #b49a5d!important; border-color: #b49a5d!important; } h2 .special_amp{ color: #f05a1a!important; }
Best regards,
Jordan Shannon-
This reply was modified 7 years, 10 months ago by
Jordan Shannon.
Hi,
This can be replicated via css. Would you be able to provide admin info so I can login and get it configured?
Best regards,
Jordan ShannonApril 21, 2017 at 10:34 pm in reply to: Image Resizing Issue – Identical Size Images but very 2 different results #781451Hi,
I logged in and fixed this. I actually had to click on the image within the editor remove the link as opposed to just removing it via the option.
Best regards,
Jordan ShannonApril 21, 2017 at 6:22 pm in reply to: Image Resizing Issue – Identical Size Images but very 2 different results #781336Hi,
Yes those are just fine.
Best regards,
Jordan ShannonApril 21, 2017 at 6:19 pm in reply to: Image Resizing Issue – Identical Size Images but very 2 different results #781333Hi,
Incredibly strange, I am getting a 404 error, and can’t view the image. I’ll have a team member on here soon with a second look, and please double check the actual root folder too.
Best regards,
Jordan Shannon -
This reply was modified 7 years, 10 months ago by
-
AuthorPosts