Forum Replies Created
-
AuthorPosts
-
Hey!
Drag a codeblock element to the page and add this inside.
<style type = "text/css"> .first { width: 60% !important; } #top .av_one_half { width: 40%; margin-left: 0px; } </style>And then I would have the images align to the left.
Regards,
ElliottHey!
Oh I see. In this case you’ll need to escape your code. You can use a tool such as this, http://www.freeformatter.com/html-escape.html.
Cheers!
ElliottHey!
That would take a lot of time and code to implement so it would have to be considered custom work. That’s going to be very difficult to do so I’m not sure if hiring a freelancer would be the best idea but you could try contacting one and see, http://kriesi.at/contact/customization.
Regards,
ElliottHi!
Try deactivating all of your plugins and then refresh your permalinks in Dashboard > Settings > Permalinks.
I haven’t been able to reproduce this on my end yet. Can you send us a WordPress login so we can take a look?
Cheers!
ElliottHey!
Are the custom color options for hotspots not working for you? They are working fine on my XAMPP setup. Can you send us a link to your page so we can take a look?
Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest. Also be sure to deactivate all plugins while testing.
Regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hi!
Navigate to Dashboard > Enfold > Shop Options and set the “Product layout on overview pages” back to “Default”.
Cheers!
ElliottHi!
You have some custom CSS causing this behaviour.
.template-blog article * { max-width: 1200px; }Change it to this.
.template-blog article * { max-width: 100%; }Regards,
ElliottHey!
So your wanting a download button to display in the magnific popup when you click on the image correct? You can add some extra content to the popup like so, https://kriesi.at/support/topic/social-sharing-on-galleries-enfold-v-3-0-2/.
Something like this perhaps.
return title + '<a href = "'+encodeURIComponent(item.el.find('img').attr('src'))+'">Download</a>';Best regards,
ElliottApril 1, 2015 at 4:13 pm in reply to: Showing description text on shop & lightbox bug with WooCommerce Images plugin #421986Hi!
Not sure what’s going on there. It appears to be setup correctly but when all of the images in the page are done loading it changes it’s image and the overlay is removed for some reason. I would try contacting the plugin authors to see if they have any idea on what it could be. The plugin probably has a script which needs to be removed.
Best regards,
ElliottApril 1, 2015 at 4:08 pm in reply to: Viewing tables on mobile devices – confusing order of items displayed #421982Hi!
Can you upgrade the login to admin?
Best regards,
ElliottMarch 31, 2015 at 10:30 pm in reply to: Title and captions for featured images are not showing #421626Hey!
It’s not supposed to display by default. Add the code back in and then take a screenshot highlighting exactly how your wanting to style it so we can get a better idea.
Cheers!
ElliottHi Guilherme!
When you edit the magazine element scroll down to the bottom and there will be a setting that says, “Display Thumbnails?”, which you can uncheck.
Cheers!
ElliottHi Aristidis!
The reason for that is it adds a lot of overhead to the site and we try to make sure everything is optimized for speed. Also, not all of the fonts listed support all of the different subsets so it would be kind of hard to implement it. We might see an option get added in the future though to make it easier.
Regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hi scallaghan!
Try this out, http://kriesi.at/documentation/enfold/enable-cors/, and then clear your browser cache and any caching related plugins you might have installed.
Regards,
ElliottHi webmktr!
Are you referring to the little “+” tooltip plugin your using that is displaying when you hover over certain elements of your site? Are you trying to hide it?
If so then try this out.
#incom_wrapper { display: none !important; }Otherwise take a screenshot and highlight what your trying to do so we can get a better idea.
Best regards,
ElliottHi Coronacom!
I’m sorry but I’m not sure I understand. Are you trying to make it so there is only 1 column on all screen sizes?
Your site looked fine on my end, I tried resizing the browser height but everything looks good. Go ahead and take a screenshot and highlight what your trying to do so we can get a better idea.
If your trying to change it so your 2 columns use up more space and there is not so much white space on the sides then you can increase your maximum container width in Dashboard > Enfold > General Layout > Dimensions.
Best regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hi JulienAnemomind!
It looks like your using Enfold 3.1.1. Go ahead and update to the latest version, 3.1.3, and clear your browser cache.
See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Cheers!
ElliottHey roamingk!
It sounds like you would have to create a separate menu to use for each page.
I would try contacting the plugin author to see if they have a feature for this already.
Best regards,
ElliottMarch 31, 2015 at 9:35 pm in reply to: Imagepositioning with boxshadow in textbox / Contentwidth in sidebarmenu #421590Hi wordmax!
1. Hmm, I’m not really sure I understand. Can you send us a link to the exact page this is happening on and take a screenshot highlighting what your trying to do?
2. You can increase the sidebar width in Dashboard > Enfold > General Layout > Dimensions.
Cheers!
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hi mawebdesign!
We recommend the WordPress SEO plugin for this, https://wordpress.org/plugins/wordpress-seo/.
Regards,
ElliottHey fusion01!
Can you send us a WordPress login so we can take a look at your settings?
Also be sure to deactivate all plugins while testing.
Best regards,
ElliottHey ppi37!
Try dragging a codeblock element to your page and add this inside.
<style type = "text/css"> .av_one_fifth { margin: auto 0px !important; width: 19% !important; } </style>Regards,
ElliottHey Paul!
The current behaviour is that the footer background will extend all the way to the bottom of your screen in case your page does not have enough content to fill the screen height. This is the best thing to do in my opinion.
If you set a minimum height to your content and someone views your site on a smaller screen such as a mobile then it’s going to look weird because they will have to scroll down a bit to see your footer and there will be lots of white space.
If you still want to do it though then you can use some CSS like so.
#main { min-height: 800px !important; }Cheers!
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hey marijnmees!
You could try giving the color section an ID and then add this to your custom CSS.
#customID { max-width: 50% !important; margin: 0px auto !important; }Cheers!
ElliottHi Antonio!
It looks fine on Android. Are you using an iPhone?
We had some other reports of this happening on iPhone. Our devs will reply when they get a chance to look at it.
Cheers!
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
March 31, 2015 at 9:15 pm in reply to: Ajax search yields no results, standard wp search works fine #421570Hi RalphZi!
Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If your still having problems after doing the above two steps then send us a WordPress login and we’ll take a closer look.
Cheers!
ElliottHi darranreadman!
Are you trying to display the hour and minute of when the post was published? If so, are you trying to display it in the post meta section along with the author, comments, etc etc?
Best regards,
ElliottMarch 31, 2015 at 9:05 pm in reply to: Blog grid not showing meta unless there's also content #421564Hi usystem!
Try dragging a codeblock element to the page content and add this inside.
<style type = "text/css"> .slide-entry-excerpt { display: none !important; } </style>If that’s not working then send us a link to your page and we’ll take a look.
Best regards,
ElliottHey VisionHD!
You could try some CSS like this.
#top .av-subnav-menu > li ul { bottom: 50px !important; top: auto !important; z-index: 9999 !important; }But it’s probably not going to work if you use it as a sticky menu.
Cheers!
ElliottHi Hardbinger!
It looks like it’s because of some CSS from a plugin.
You can add this to overwrite it.
#top .value_verifier_label { width: auto !important; }Cheers!
Elliott -
This reply was modified 10 years, 10 months ago by
-
AuthorPosts
