Forum Replies Created
-
AuthorPosts
-
March 19, 2015 at 6:09 pm in reply to: Additional in Hotspot text when using Image with Hotspot #414701
Hey GeorgLudwig!
Try adding this to your custom CSS.
.inner_tooltip > h4 { margin-top: 0 !important; }If that’s not working then make sure Enfold is updated to 3.1 and send us a link so we can take a look.
Best regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hey xm profile!
It sounds like your trying to target a specific post inside your blog listing. Is that correct?
Like you suggested you should be able to target each post by their class ID,
.post-123, etc etc. Can you send us a link to your page and take a screenshot highlighting what your trying to do? We’ll be able to give you some CSS to use then.Best regards,
ElliottHey!
It’s still working fine on my XAMPP setup. Send us a WordPress login and we’ll take a look.
Best regards,
ElliottMarch 19, 2015 at 5:57 pm in reply to: Woocommerce One page checkout not working – can not add product to cart #414688Hey!
Hmm, well I installed it and then inserted the “product table” shortcode into one of my products and was able to complete an order with no errors. It doesn’t seem to work in a page though. I get a “Sorry, your session has expired. Return to homepage” message when trying to place an order. Sorry, not sure what it could be.
Regards,
ElliottHey japmediaent!
You could use a 1/1 column and have all of the images align left or some 1/4 columns and reduce the margins on them. For that you could add a color section and place the 1/4 columns inside it and then give the color section an ID and then add this to your custom CSS.
#yourID .av_one_fourth, #yourID .av-one-fourth { margin: 0px !important; }And then adjust the margin to whatever you need.
If you want them to stick on one line even on small screens then you could use the grid row element and do the same thing.
Cheers!
ElliottHey Jorge!
I checked your site with the google mobile test tool, https://www.google.com/webmasters/tools/mobile-friendly/, and it passed with no issues.
Did you get everything sorted out?
Regards,
ElliottHey!
You’ll just need to follow along with that tutorial. Drag a codeblock element to your page and add the HTML code inside and replace the image paths to point to your own images.
Next drag another codeblock element beneath that and add the CSS like so.
<style type = "text/css"> the css code goes here </style>Cheers!
ElliottHi!
Try changing line 3885 in the /enfold/js/shortcodes.js file.
transitionSpeed:900,The 900 value is in milliseconds.
Best regards,
ElliottHey!
I don’t see any errors on my XAMPP setup.
I viewed your page edit screen but all I see in the content are some links so I’m guessing your editing the page.php template to add those tabs and AJAX features? It’s most likely those customizations your doing that are causing the problem.
What happens when all plugins are deactivated and only Enfold is activated instead of your child theme?
Try uploading a fresh copy of Enfold with no customizations and check to see what happens there.
Regards,
ElliottHey!
To display that type of information in the avia layout editor you would have to use shortcodes. WooCommerce has a large list of shortcodes here you can try, http://docs.woothemes.com/document/woocommerce-shortcodes/.
We also have some of our own shortcodes in the “Plugin Additions” tab of the layout editor.
Regards,
ElliottHi!
Not sure why it’s different on your end. Did you install WordPress manually or use a one click install with your hosting provider?
Perhaps reinstalling WordPress would help. Or if the plugin is working for you then I would not worry about it.
Cheers!
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hey foamymedia!
Add this to your custom CSS.
@media only screen and (max-width: 767px) { #header { position: absolute !important; } }Best regards,
ElliottMarch 19, 2015 at 5:00 pm in reply to: Assign the Transparent header to a custom category archive #414628Hi!
Sorry but that would not be possible. Send us a link when you go live and we’ll be able to help you out.
Regards,
ElliottHey!
2. Well as you can see there just isn’t enough space on a smartphone screen to fit them all on one line. If it was me I would just let them span to 100% width like they were doing before on smaller screens. If you want to do that then remove the previous code I gave you and add this instead.
#kreis-icon .flex_column { text-align: center; }3. Try this instead.
@media only screen and (min-width: 480px) and (max-width: 767px) { #top .no_margin.av_one_fourth { clear: none; float: left; width: 24%; } }You may have to play around with the 480 and 767 values to get it to target that exact area on your ipad your trying to change.
Best regards,
ElliottHi markshannonsf!
That is referring to the shop page and the product categories. You can set it up in Dashboard > Enfold > Shop Options.
Best regards,
ElliottMarch 19, 2015 at 4:31 pm in reply to: Enfold prevents WebGL to draw objects with right canvas resolution #414589Hi!
It looks like the plugin scripts are breaking the site until it downloads all of the images which takes around 15 seconds on my end. I’m also seeing a bunch of 404s saying “.mtl object not found”. I didn’t see any CSS issues, the elements are set to 50×50. It’s most likely the script is supposed to set their size dynamically but it’s having trouble for some reason.
I would try contacting the plugin authors about this to see what they say. Let us know of the results.
Best regards,
ElliottHey!
I was able to login now. I viewed the post you linked to but I’m seeing the images in two rows of five so it appears to be working correctly.
What operating system and browser are you using?
Try viewing in a different browser to see if it does the same there.
Regards,
ElliottMarch 19, 2015 at 4:14 pm in reply to: Problem: Enfold 3.1 + Blog Posts: Blog Content length -> Full Content #414563Hi!
That is the expected behaviour if your using the layout builder for your posts. See here for more info, https://kriesi.at/support/topic/enfold-3-1-blog-entry-on-the-frontpage-appers-as-read-more-instead-of-full/#post-414016.
Regards,
ElliottHey mudepublicidade!
The fullscreen slider currently does not have that option but the fullwidth easy slider does so I would consider using that one.
You could create a feature request here, https://kriesi.at/support/enfold-feature-requests/, and we may see an option get added for that in a future update.
Best regards,
ElliottHey gorehalling!
Try adding this to your custom CSS.
.header_bg { background: red !important; }If that’s not working then send us a link to your page and we’ll take a look.
Cheers!
ElliottHey Martijn!
Your getting a bunch of 404 not found errors. Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest and check your permissions after uploading to see if everything looks correct.
Cheers!
ElliottHi smadesign!
Are you using the avia layout editor for those posts? If so then you’ll need to add the regular post information in manually such as featured image, categories, tags, comments, etc etc.
Regards,
ElliottHi Vermishelle!
Try adding this to your custom CSS.
.avia_image .image-overlay { display: block !important; opacity: 0.5 !important; visibility: visible !important; }If you add them to a color section and then give the color section an ID then you can target only those images like so.
#yourID .avia_image .image-overlay {Best regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
March 18, 2015 at 9:23 pm in reply to: Indicator Issue while using blog, pages with scrollable index page #413991Hey rajivnetra!
Hmm, so the problem is that your setting anchors to your menu links but the blog link is redirecting you to the blog page instead of staying on the current page?
Your sure you have the link setup correctly? Go ahead and send us a link to your page and we’ll take a look. Be sure to deactivate all plugins while testing.
Regards,
ElliottHey M4sterme!
Your site is asking for a password.
Try deactivating all plugins. If that does not work then try creating a copy of your .htaccess file and then delete it and refresh your permalinks in Dashboard > Settings > Permalinks to the default option.
Regards,
ElliottMarch 18, 2015 at 9:19 pm in reply to: How to Shift Full Screen Slider below the Header in Enfold Restraunt Demo #413986Hi Sumeru!
If you edit the page and set the “Header visibility and transparency” setting to “No transparency” then it should fix both problems. Make sure your editing the correct page and that you have no static pages set in Dashboard > Settings > Reading.
If it’s not working then send us a WordPress login so we can take a look.
Regards,
ElliottMarch 18, 2015 at 9:17 pm in reply to: color section video fullscreen not working correctly in firefox #413984Hey 18frames!
Which operating system are you using? I’m on Windows 7 with latest version of Firefox but it looks fine on my end.
If you have any Firefox add-ons / plugins then try disabling them to see if they are causing problems.
Best regards,
ElliottHi greengraphicsvienna!
What shortcodes are you using for this? Try opening up /enfold/js/avia.js and change line 892 from this.
groups : ['.avia-slideshow', '.avia-gallery', '.isotope', '.post-entry', '.sidebar', '#main', '.main_menu'],To this.
groups : ['.avia-slideshow', '.isotope', '.main_menu'],If that does not work then send us a link and we’ll take a look to see which elements your using.
Regards,
ElliottHi Campleiter!
The best way to optimize a WordPress site is to use a caching plugin. I would also look into the BWP Minify plugin for minimizing JS and CSS, https://wordpress.org/plugins/bwp-minify/.
And of course optimize your images to save bandwidth and download time.
Cheers!
ElliottHey joymoleta!
I tried viewing your link but it looks like there might be a .htaccess block for your site. I tried the login information you provided but it would not let me in.
Is this the page your looking at? http://kriesi.at/themes/enfold-one-page-portfolio/#portfolio
I checked on a Nexus 7 and moto e but it looks fine on my end. Since your on Android make sure your using the latest version of Chrome browser.
Regards,
Elliott -
This reply was modified 10 years, 10 months ago by
-
AuthorPosts
