Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for that. I take it that the demo import didn’t work? I see that you have a few pages and posts, you know that importing a demo will overwrite those pages so you will lose them?
Would you like us to try a manual install? We will need FTP access to do so.
What webhost are you using?Best regards,
MikeHi,
I see you are using PHP Version: 5.5.37 please ask you host to update to v7, then disable all plugins and try again.
If this doesn’t help, we could try a manual install, but in this case you will lose all content, settings, etc.
For a manual install we will need FTP access, also include the name of your host.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHey ariadifoto,
I have successfully installed the Enfold 2017 Demo, please check your email for your login details, I used your old admin login, please see Private Content area.
Also check your email to update the site email to yours.
Please check all settings, I tried to match your old settings, but it’s best that you check :)
Let us know if all is well so we can close this thread.Best regards,
MikeHey Emma Marxer,
Sorry, using any of the demos will overwrite your current files and content.
You could try using WordPress export to export your pages & posts only, then import the demo, then import the old pages & posts.
You will still need to remove the demo pages & posts to clean up.
Be sure to have a backup of your site should this not work, or first test on a localhost.Best regards,
MikeMay 9, 2018 at 3:32 am in reply to: Strange Test Image from kriesi in my page code. Cannot find it in the backend #953650Hey duderion,
Here is two possible solutions, first since you know the color section that the image is being used as a background, go to that section and add a new background image to the color section, thus replacing the error. Then you can remove your new image solving the issue.
Second, try using the plugin Better Search Replace & search the database for the full url & replace with a empty line, again solving.Best regards,
MikeHi,
Please see Private Content area for a zip file with all of the images, sometimes uploading these via FTP will work if they have been included in the database.Best regards,
MikeHi,
I was able to login to the site but not FTP, I get a password error. I looked at the password and found a curry quote which I fixed, but it still didn’t work.
Please check.Best regards,
MikeMay 9, 2018 at 2:31 am in reply to: 1 Photo upload create in the /wp-content/uploads/* folder a lot of files #953639Hi,
Glad to hear, we will leave this open for now to hear if it works for you.Best regards,
MikeHi,
Well done :) Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Please try adding this code to the end of your functions.php file in Appearance > Editor:/* change logo link */ function change_logo_link(){ ?> <script type="text/javascript"> (function($){ function change_logo_link() { jQuery("#header_main").find(".logo a").attr("href", "http://www.google.com/"); } change_logo_link(); })(jQuery); </script> <?php } add_action('wp_footer', 'change_logo_link');
Please change the url in the code to where you wish it to point to.
Best regards,
MikeHi,
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHi,
Well done :) Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Please explain how it should look, preferably with a screenshot.Best regards,
MikeHi,
Sorry, we really need to be able to inspect the element to assist. I’m sure once your site is online we could help remove the space quickly. We will leave this open until we hear back from you.Best regards,
MikeHi,
Please try this css:#top.post-type-archive-product.woocommerce.woocommerce-page .title_container { display: none !important; }
This will hide the title_container for all product archives in woocommerce, I had to do it this way because as a archive it has no page ID, if it’s strictly the one page, try this:
.html_entry_id_5 #top.post-type-archive-product.woocommerce.woocommerce-page .title_container { display: none !important; }
Best regards,
MikeHi,
@ariadifoto
Please open a new thread so we can assist, we will want communicate in the Private Content area, such as your URL & admin login, but as this is not your thread your info will not be private. Thanks for your patience and understanding.
In your new thread please provide admin login & FTP login info and the demo you would like installed, so it will be clear. Please make the title: “Help with Demo Import” I will look for it later and try to assist. Also please include which webhost you are using.
Please note that you will lose all content, setting, users, etc. You will be given a new admin login based on the login details you give.Best regards,
MikeHey Neverlands,
I believe the overlays are a percentage of the image size, where the images in the first section are actually much larger with more white space. But I was able to target them with this css, please try this code in the General Styling > Quick CSS field:#top.home #av_section_3 .image-overlay .image-overlay-inside:before { height: 40px !important; width: 40px !important; line-height: 40px !important; margin: -20px 0 0 -20px !important; }
Please adjust to suit.
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Sorry, I don’t understand “submap” do you mean “sub-domain” ?
The shop url doesn’t work, please see Private Content area.
Have you tried removing your “Shop” menu item and adding a new “custom link” menu item with the link to the page you want?Best regards,
MikeHi,
I did write the code to only remove the breadcrumbs, I didn’t know you wanted the title removed too.
If you want the title & breadcrumbs removed why not make that change in your page Layout > Title Bar Settings?
To check all of your code for errors, copy and paste to WordPress > Customize > Additional CSS
it will provide error checking.Best regards,
MikeMay 8, 2018 at 11:24 am in reply to: 1 Photo upload create in the /wp-content/uploads/* folder a lot of files #953308Hi,
Sorry, I’m not sure I follow.
I understand that you have 10k photos to upload, so all the extra files is no good.
Then I think you are saying you only need two sizes for each image?
If this is true, you can remove some of the sizes in the functions.php look for:/* * Register additional image thumbnail sizes * Those thumbnails are generated on image upload! * * If the size of an array was changed after an image was uploaded you either need to re-upload the image * or use the thumbnail regeneration plugin: http://wordpress.org/extend/plugins/regenerate-thumbnails/ */ $avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news $avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs $avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['featured_large'] = array('width'=>1500, 'height'=>630 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['extra_large'] = array('width'=>1500, 'height'=>1500 , 'crop' => false); // images for fullscrren slider $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns $avia_config['imgSize']['gallery'] = array('width'=>845, 'height'=>684 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['magazine'] = array('width'=>710, 'height'=>375 ); // images for magazines $avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false); // images for fullscreen masonry $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entries $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 ); // images for fullsize pages and fullsize slider $avia_config['imgSize'] = apply_filters('avf_modify_thumb_size', $avia_config['imgSize']); $avia_config['selectableImgSize'] = array( 'square' => __('Square','avia_framework'), 'featured' => __('Featured Thin','avia_framework'), 'featured_large' => __('Featured Large','avia_framework'), 'portfolio' => __('Portfolio','avia_framework'), 'gallery' => __('Gallery','avia_framework'), 'entry_with_sidebar' => __('Entry with Sidebar','avia_framework'), 'entry_without_sidebar' => __('Entry without Sidebar','avia_framework'), 'extra_large' => __('Fullscreen Sections/Sliders','avia_framework'), ); avia_backend_add_thumbnail_size($avia_config);
and remove the ones you don’t want, be sure to save a copy of the original file should you make an error.
Or you can use the plugin above and set the size to zero for the images you don’t want, this might be the best option.
After you remove your sizes please use this plugin: Regenerate Thumbnails
As you remove each size check your site to ensure the size you removed is not used elsewhere.
Best regards,
MikeHi,
Sorry, it looks like I forgot the last } in the code, please try this:@media only screen and (max-width: 767px) { #av_section_1 .flex_column_div.first,#av_section_1 .flex_column.el_after_av_one_half { padding: 0px !important; } }
Best regards,
MikeHi,
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Odd, please try adding to the other end of your css block, that is if you added it to the end last time, try adding to the top this time. If it works, you may have a missing ; or } in your css. If it doesn’t work try adding to WordPress > Customize > Additional CSS.Best regards,
Mike -
AuthorPosts