Forum Replies Created
-
AuthorPosts
-
Hi!
Try adding this to your custom CSS.
.av-masonry-image-container img { width: 100%; }Best regards,
ElliottMay 5, 2015 at 4:04 pm in reply to: URGENT – Theme causing WooCommerce product not to display #439790Hey!
I’m seeing it also.
"NetworkError: 500 Internal Server Error - http://lysetremblayjewelry.ca/shop/afghan-garnet-bracelet-ly13-021b" afghan-...13-021b "NetworkError: 404 Not Found - http://lysetremblayjewelry.ca/wp-content/plugins/pdfcatalog/buttons.css?ver=4.2.1" buttons...You can try turning on WordPress debugging, https://codex.wordpress.org/Debugging_in_WordPress, and then view one of your products that is having the problem and then check your server error logs to see if there is any useful information recorded.
Cheers!
ElliottMay 5, 2015 at 3:59 pm in reply to: 'Scroll down arrow' lands too low on page with 'Header is invisible and appears' #439786Hey!
I checked your link but the arrow and scrolling appear to be working fine. Is there a certain page it’s having trouble on?
I did notice the icons were having trouble loading. Try this out to fix it, http://kriesi.at/documentation/enfold/enable-cors/.
Cheers!
ElliottHi Edeenreich!
It looks like your using Enfold 3.0.2. Updating to the latest version, 3.1.5, should fix that.
See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Cheers!
ElliottHi!
You can use our template feature to create a template from a specific page and then load that template for post. We do not have any feature for automatically updating a bunch of posts though. If you want every post to look the same then you’ll need to customize the single.php file. It would be best to hire a freelancer to help you out if you need to do some advanced customization to it.
Best regards,
ElliottHi!
Yep, the plugin switches the WordPress wp_mail() function to use SMTP instead of PHP mail.
Cheers!
ElliottHi Juan Pablo!
1. That would take a lot of time and code to implement so it would have to be considered custom work. It would be best to hire a freelancer to help you out with that.
2. That may be possible with CSS but it might break some other stuff. Send us a link to your page and let us know which element your trying to do this to and we’ll take a look.
Regards,
ElliottHey ganjou!
It looks like your using Enfold 3.1.2. Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy themeforest. You should have version 3.1.5 after doing this.
Also be sure to deactivate all plugins while testing.
Cheers!
ElliottMay 4, 2015 at 9:26 pm in reply to: Contact forms not arriving if the filled in email address domain does not exist #439321Hey!
Alrighty, thanks for posting your solution.
Best regards,
ElliottHey rikv!
You are wanting to use gravity forms? Yes it’s a plugin that you have to pay for.
There is also Contact Form 7 which is a free alternative.
Or if you have not considered it yet we also have a bulit in contact form that you can use, http://kriesi.at/themes/enfold/shortcodes/contact-forms/.
Just drag the contact form element to your content when editing your page.
Best regards,
ElliottHey!
Sorry, It will not on smartphones / tablets, only for desktops.
Best regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hi!
What is the error? Send us a link to your page and we’ll take a look.
Best regards,
ElliottHi!
Make sure Enfold is updated to the latest version, 3.1.5. If your still having problems then send us a link and we’ll take a look.
Regards,
ElliottHi glamira!
It would take a lot of time and code to implement so it would have to be considered custom work. There may be a plugin out there that you can use for this. You would still need to do some editing though to execute the shortcode, function, or widget that the plugin provides. We can help you out with that if you find one.
Regards,
ElliottHey md888!
Try deactivating the child theme and then try updating. If it’s still having trouble then try updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Also be sure to deactivate all plugins while testing.
Cheers!
ElliottHey!
Hmm, it says screen-reader-text as the class. Is that a plugin your using?
You could try hiding it with this CSS.
.screen-reader-text { position: absolute; left: 9999px; }Cheers!
ElliottHey wid2307!
Hmm, it may be easier to use the column elements for this. Send us a link to your page and we’ll take a look to see what we can do.
Regards,
ElliottHi happinessplunge!
Your getting a few javascript errors. Try deactivating cloudflare and deactivate all of your other plugins to see if they are causing issues.
Best regards,
ElliottHi alex5252!
Try adding this to your custom CSS.
.tab_titles > div, .tab_content { border-color: blue !important; }Best regards,
ElliottMay 4, 2015 at 8:32 pm in reply to: Using the builder – why the 110px gaps between elements?? #439280Hey migduvednok!
The columns have a margin applied to them. The margin is going to be around 6% of the width of your website. If you want to change this then you can do so around line 209 in the /enfold/css/grid.css file.
div .av_one_fifth { margin-left: 6%; width: 15.2%; }You’ll probably want to increase the width a bit to compensate. You can do this in the same file around line 271.
Cheers!
ElliottHey anhanhoi!
You have all of the menu links pointing to page ID 518 anchors. Are you wanting the valkommen link to point to your homepage? If so then create a custom link in Dashboard > Appearance > Menus and set the URL to your homepage.
If you do not see the custom links section then click on “Screen Options” in the top right hand corner of your screen and check it to display.
Regards,
ElliottHi discotech!
Add this to your custom CSS.
aside li.page-item-6723 { display: none !important; }Best regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hey condonpb!
Try activating just Enfold instead of your child theme to see what happens. Be sure to keep all plugins deactivated while testing.
If that does not help then try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
Best regards,
ElliottHi webblove!
It’s whatever size you want to use. For the fullscreen slider an image size of around 1500 x 1500 should look nice on all screens. You’ll just need to balance quality and download speed. Larger images will look nicer but take longer for the user to download.
Cheers!
ElliottHey wid2307!
It might look a little weird. Send us a link to your page so we can see the layout your currently using.
Regards,
ElliottHi reraow!
I noticed your getting a javascript error.
TypeError: e.handler.apply is not a function ...ace))&&(a.handleObj=e,a.data=e.data,c=((m.event.special[e.origType]||{}).handle|...Not really sure what it could be from though. Have you tried contacting the plugin authors? What happens in the default editor?
We do not support third party plugins but we try and get as much compatibility as we can.
Cheers!
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hi andreaboaretti!
It’s because of that image with all of the icons your using. Try adding this inside a codeblock element.
<style type = "text/css"> .avia-image { width: 100% !important; } </style>Regards,
ElliottHi m8trix18!
Which element or shortcode are you using? Are you adding a link to a youtube video? Go ahead and send us a link to your page and we’ll take a look.
Cheers!
ElliottMay 4, 2015 at 5:59 pm in reply to: One of my pages says "Nothing Found" even when I added content to the page #439161Hi!
When I view your site it looks like it’s under an .htaccess block also. I tried both sets of login information you provided but I cannot get past it.
It looks like you have a lot of various questions in this topic so go ahead and send us login information, links to the exact pages, and a screenshot highlighting everything your trying to do. This will make it easier for us to understand.
Regards,
ElliottHi!
So when you activate your child theme no changes are taking place? Perhaps there is something wrong with your child theme.
Try downloading the child theme starter kit from our documentation, http://kriesi.at/documentation/enfold/downloads/, and activate that. Once that is activated you can add your changes in piece by piece to see if any of your code is causing the problem.
Regards,
Elliott -
This reply was modified 10 years, 9 months ago by
-
AuthorPosts
