Forum Replies Created
-
AuthorPosts
-
Hey jzirion,
Thanks for getting in touch!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av_phone_active_left .phone-info { float: none !important; color: #ffffff !important; } .html_header_top #top .av_header_stretch .container { text-align: center !important; }
To remove the link in the footer – http://kriesi.at/documentation/enfold/change-the-footer-text-and-link/
Best regards,
JordanHey Will,
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 mgulge,
Thanks for reaching out to us!
The new menu item starts a new line because the menu container already fills the width of the page’s container. The best way would be to try reducing the font size of the menu items so that the new menu item can also be on the same line.
Best regards,
JordanOctober 4, 2016 at 3:22 am in reply to: Error message on footer area of mobile version of website #694822Hi,
Glad to hear you found a solution!
Best regards,
JordanOctober 4, 2016 at 3:20 am in reply to: Empty cart after adding product to cart (urgent fix needed) #694821Hey ambilite,
Please update the theme to the latest version.
To update to the latest version follow the simple instructions here. (Or if you want the super detailed explanation you can read this blog post)
If that does not help, feel free to reply here and we will take a closer look at the issue. In that case please also add your WordPress login credentials (in the “private data” field) so we can take a look at your admin area
Best regards,
JordanHi,
Thanks for getting back to us.
Please do the following:
1.) Ask your hosting provider if php’s fopen is enabled in the server. Make sure that it is not blocked.
2.) Make sure that mod-rewrite is enabled in your server. Please ask your hosting provider again.
3.) Check the file permission of the wp root directory. It has to be readable and writable by the web server.
4.) Check the .htaccess file then look for this code:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress If it’s not there, copy it then save.
Best regards,
JordanHey frankster1234,
Try adding this code as well:
add_filter('avf_logo','av_change_logo_url'); function av_change_logo_url($url) { if(is_tax(‘portfolio_entries’,’south-canterbury-past-issues’)) { $url = "http://link.to/img.png"; } return $url; }
Best regards,
JordanHey LindaSherman,
I’m not sure I completely understand your issue. The file smlrpc.php exists outside the WordPress directory so it would throw a 405 error.
Could you please give a bit more detail as to what you are trying to achieve.
Best regards,
JordanHey wisith,
Would you mind providing a precise link to the page along with administrator login credentials to your dashboard, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
JordanHey mischka_b,
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 #header_meta .social_bookmarks li a { color: #ffffff; } #header_meta, #top #wrap_all .social_bookmarks li { max-height: 30px; } #socket .sub_menu_socket li { float: none; } }
Best regards,
JordanHey lech07,
Thanks for getting in touch!
1. The sidebar is appearing but after the full width testimonial section. I would suggest placing the testimonial last or not make it full width.
2. You need to change the name of the page by going to edit your pages on the dashboard. Look for the page “Start” and change the name.
3. To use other icons, you may find this helpful – http://kriesi.at/documentation/enfold/custom-social-icons/
Let us know if you need further assistance.
Best regards,
JordanHi,
Thanks for getting in touch!
Yes, if you are making changes directly to the theme’s core files, then the changes will get overwritten each time you update the theme.
Any modifications that extensive should be made in a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/
Best regards,
JordanHi Chris,
Glad to hear you found the solution!
Best regards,
JordanHi,
Please try the following CSS as well:
@media only screen and (max-width: 989px){ .responsive.html_header_left #main { margin-left: 0px; } #header_main, .html_header_sidebar .logo { border-bottom-style: none !important; border-bottom-width: 0px !important; } #advanced_menu_toggle, #advanced_menu_hide { top: 50px; left: 700px; } }
Best regards,
JordanHey Scott,
Thanks for reaching out to us!
Please see – http://kriesi.at/documentation/enfold/switching-to-mobile-menu-on-higher-resolutions/
Best regards,
JordanOctober 3, 2016 at 5:45 am in reply to: Large screens, desktop and mobile hide show elements #694422Hey Ciaran1212,
Thanks for reaching out to us!
Please post us your login credentials (in the “private data” field), so we can take a look and inspect further.
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 anrue,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.responsive.html_boxed.html_header_transparency #header { width: 960px; }
Best regards,
JordanOctober 3, 2016 at 5:37 am in reply to: Avia layout builder missing – site is unable to be edited #694415Hey amester55,
Thanks for reaching out to us!
In the Enfold theme settings under General, you had the checkbox Lock advanced layout builder for admins as well? checked. It has now been disabled for you.
https://drive.google.com/file/d/0B_BhZMOe08SuRmdmZGhFVWJkbWc/view?usp=drivesdkBest regards,
JordanHey wisith,
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 cpdcngo,
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,
JordanHey winnieandbuzz,
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 you figured it out! Let us know if there is anything else we can assist you with.
Best regards,
JordanHey wisith,
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 RogerQ,
Thanks for reaching out to us!
Please try to increase the allocated memory to 256M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
You can contact your service provider and they can do it for you.Best regards,
JordanHey wisith,
To adjust the menu please go to Appearance -> Menu on your dashboard. To change the name of the page you created, you go to edit the page and rename it.
Let me know if there is anything else I can assist with.
Best regards,
JordanHi,
Glad to hear it seems okay now. Let us know if there is anything else you need assistance with.
Best regards,
JordanHi,
Could you provide login details to your WordPress dashboard so that we can have a closer look. You can place the login details in the private data section of your reply.
Best regards,
JordanSeptember 30, 2016 at 11:36 pm in reply to: Words not wrapping in scrollable table on mobile #694075Hey avswieten,
Thanks for reaching out to us!
Could you please also provide login credentials to your WordPress dashboard so that we may have a closer look.
Best regards,
JordanHi,
Glad to hear it works! Feel free to reach out to us if you need anything else.
Best regards,
JordanHi,
Try using the !important. You can try the following instead:
.home span.blog-categories.minor-meta { display: none !important; }
Best regards,
Jordan -
AuthorPosts