Forum Replies Created
-
AuthorPosts
-
Hey PabloStennett,
Defining a higher memory limit in wordpress and if possible increasing the memory on the hosting server should resolve this issue.
To increase the wordpress memory limit please access wp-config.php file and add the below line
define('WP_MEMORY_LIMIT', '256M');
For a detailed explaination please check this link http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Or you can contact your service provider and they can do it for you.Alternatively demo data can be imported using XML file from Admin > Tools > Import > WordPress
Make sure to check the option “Download and import file attachments” while importing.Please note this will not import the theme settings you may need to set them up and upload if any images are missing from backend once the XML file is imported.
Default demo
Business Flat
App Showcase
Church Demo
Construction Demo
Cunsulting Demo
Gym DemoBest regards,
JordanHey Roberta,
Could you please also provide login details to your administrator panel so that we can have a closer look.
Best regards,
JordanHey Pedro,
Thanks for reaching out to us!
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
JordanHey Mike,
Thanks for reaching out to us!
Please go to Enfold -> Advanced Styled and from the option select the elements you with to change the font, color and so on for.
If you still have issues, please provide a link to your site so we can take a closer look. :)
Best regards,
JordanHey Jenny,
Could you please also provide login details to your site so that we can take a closer look. You can place the information in the private data section.
Thanks for your cooperation :)
Best regards,
JordanHey jimmytkk,
Thanks for reaching out to us!
Please go to Enfold on your dashboard in the theme settings and there is a section to import the Enfold demo. Let me know if you need further assistance.
Best regards,
JordanSeptember 22, 2016 at 5:04 pm in reply to: How to add one line of space between the paragraph text in the footer widget #690342Hey pimroll,
Would you mind providing a precise link to your site here as well, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
JordanHey npmorante,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
JordanHi,
Glad to hear it worked! Feel free to reach out to us again if there is anything else that you need.
Best regards,
JordanHey dennisveeken,
Defining a higher memory limit in wordpress and if possible increasing the memory on the hosting server should resolve this issue.
To increase the wordpress memory limit please access wp-config.php file and add the below line
define('WP_MEMORY_LIMIT', '256M');
For a detailed explaination please check this link http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Or you can contact your service provider and they can do it for you.Alternatively demo data can be imported using XML file from Admin > Tools > Import > WordPress
Make sure to check the option “Download and import file attachments” while importing.Please note this will not import the theme settings you may need to set them up and upload if any images are missing from backend once the XML file is imported.
Default demo
Business Flat
App Showcase
Church Demo
Construction Demo
Cunsulting Demo
Gym DemoBest regards,
JordanHey Dalen,
The image looks aligned. Please check again and let me know. You can view a link to my screeshot in the private data section.
Best regards,
JordanHey Liron,
Thanks for reaching out to us!
Exactly which page do you wish to have full width? We need to inspect the exact page in order to assist you better.
Best regards,
JordanHey communications_RoS,
Thanks for reaching out to us!
I’m not seeing any black space under the video, please see the link to my screenshot in the private data section.
Would you mind sending a screenshot of what you are experiencing.
Best regards,
JordanHey Geert,
Thanks for reaching out to us!
Both changes can be done in the 404.php file. You can remove the related posts and edit the text there. If you need further assistance please provide login credentials to your site along with FTP credentials if possible. You can place the info in the private data section.
Best regards,
JordanSeptember 21, 2016 at 3:00 pm in reply to: Turn Off Logo, Just Show Title of Website as Text #689847Hi Tim,
Add the following code to add the site title:
add_filter('avf_logo_subtext', 'kriesi_title_addition'); function kriesi_title_addition($sub) { $sub .= get_bloginfo('name'); return $sub; }
Then add the following to use a subtext:
add_filter('avf_logo_subtext', 'kriesi_logo_addition'); function kriesi_logo_addition($sub) { $sub .= "Company Name"; return $sub; }
Let me know if that helps!
Best regards,
JordanSeptember 21, 2016 at 2:50 pm in reply to: Navigation and logo should be white background at Background-Video-Page #689841Hey leainvestment,
Thanks for reaching out to us!
In the Enfold theme options, go to header settings and ensure you are not using a transparent menu.
Best regards,
JordanHey Cynthia45,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
JordanHey Jelle,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
JordanSeptember 19, 2016 at 5:37 am in reply to: Social Icon not vertically centered after size increase #688274Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .social_bookmarks { height: auto !important; }
Let me know if that helps.
Best regards,
JordanHi,
Thanks for getting back to me!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.template-shop .single-product-main-image .images a { border: none !important; }
Best regards,
JordanHi,
Might be easier to just remove the border. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.inner_product { border: none !important; }
Best regards,
JordanHey Ronaldgoudriaan,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia_mega_div.avia_mega3.nine.units { opacity: 0.9 !important; width: 500px !important; }
Best regards,
JordanHey Ronaldgoudriaan,
Sorry for the delayed response.
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px){ .responsive #top #wrap_all .container { width: 95%; max-width: 100%; } }
Best regards,
JordanHey ssorokin,
Sorry for the late response.
You can add the e-commerce functionality to your site by downloading the plugin WooCommerce. This is how the shop is setup in the demo.
Will need a link to your site or a mockup to better understand what you want to achieve for the category page.
Best regards,
JordanHey petergc,
Thanks for reaching out to us!
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
JordanHi,
Glad you fixed the issue! Feel free to reach out to us again on the forum if you anything else.
Best regards,
JordanSeptember 19, 2016 at 3:59 am in reply to: Social Icon not vertically centered after size increase #688254Hey sbudnic1,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
JordanHey YongyanLi,
Would you mind posting us a screenshot of what exactly is the issue with the slider? You can upload the screenshot to imgur.com or dropbox and share the link here.
Best regards,
JordanHey webblove,
The site looks good on my end. See link to my screenshot in the private data section. You may not see the changes until the cached files are cleared in your browser.
Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.
Best regards,
JordanHey Inklingsinc,
Thanks for reaching out to us!
Would you mind providing a precise link to your site, showing the fonts in question? We need to be able to inspect them in order to help :)
Best regards,
Jordan -
AuthorPosts