Forum Replies Created
-
AuthorPosts
-
Hey Jamie,
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,
VinayHi,
I confirm the header height remain the same on my end, please try to refresh the browser cache and review the site again.
If you have any questions please feel free to get in touch with us :)
Best regards,
VinayHi,
I think your issue relates to the original topic and it fits perfect here :)
Have you tried importing the XML demo data via WordPress > Tools > Import
download demos below
All the demo links will be updated here soon so in case you need the others you can easily access them later… In the meantime please try the above demo link and let us know if this works for you?
Best regards,
Vinay-
This reply was modified 9 years, 2 months ago by
Vinay.
Hi!
Please check private data
UPDATE: The site is still not accable please post us FTP details or remove the recent code block added to functions.php via FTP.
–
Best regards,
Vinay-
This reply was modified 9 years, 2 months ago by
Vinay.
May 18, 2016 at 6:59 pm in reply to: Place a small image/icon to fix position like (position like scroll-top-link) #634724Hi!
As i understand the aeroplane image on the bottom right should scroll to top when user clicks right? Please clarify if you want the yellow button next to the aeroplane needs to be removed?
Best regards,
VinayHey!
Glad we could help and thank you for the kind words :)
Regards,
VinayHey strila,
Thanks for letting us know and glad the issue is resolved for you :) We have closed this ticket.
Best regards,
VinayHi,
Thank you for the clarification please use the below css to hide the titles.
.mega_menu_title { display:none!important; }
Best regards,
VinayHey markt8_gmbh,
It looks like you figured it out, I see the tables working correctly on the portfolio page. If you still have any issue please enable debug mode for Advanced layout builder and paste the shortcode in the text area below advanced layout builder.
please enable debug mode by following the instructions in this link http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Best regards,
VinayHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
If you like to add gap please increase the top and bottom margin for #footer .widget#footer { padding:0!important; } #footer .widget { margin: 0!important; }
Best regards,
VinayHey Marcus,
If it is a new install and you do not have data
1. Use a plugin like reset database https://wordpress.org/plugins/wordpress-database-reset/
2. Increase your PHP memory limit, you can do it by editing the wp-config.php file:
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP andIf the above do not work for you download the xml file (link in private) and import it from WordPress > Tools > Import
Best regards,
VinayHi!
Please check private content.
Regards,
VinayHey!
Please use the below css to alter the product name font size in product list and single product page.
/* Product list */ .product h3 { font-size:14px!important; } /* Single product */ .summary entry-summary h1 { font-size:18px!important; }
Cheers!
VinayHey!
We tried to force load jQuery first incase if any functions are called before that but that don’t seem to be the problem. There is a js error showing up in console when i try to create a new page and activate the ALB
ncaught Error: cannot call methods on sortable prior to initialization; attempted to call method 'toArray'
It could be related to wordpress core file and also sometimes affected by the .htaccess file on the server. Please backup the .htaccess file and delete it.
Then login to WP admin Dashboard > Update and re-install wordpress. it won’t affect any data but will only replace the wordpress files.
Let us know if this helps.
Cheers!
VinayHey!
It appears several changes are made to the menu and it don’t look the same as the above screenshot. Please let us know if you have any questions for us.
Regards,
VinayHey michaelmiddle,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#tab-id-1-container,#tab-id-2-container { min-height:100vh; }
Best regards,
VinayHi,
Glad you figured it out. We will keep this ticket open please feel free to get in touch with us if you have any questions.
Best regards,
VinayMay 18, 2016 at 9:14 am in reply to: Place a small image/icon to fix position like (position like scroll-top-link) #634238Hey!
I have updated the code to suit the custom modification. You can see now the icon is above the other one…
You need to open Appearance > Editor > functions.php and at the bottom in the above code block replace the text “Icon 2” with URL to the image icon of your choice.
Best regards,
VinayHey marilusnm!
Please try the below CSS this looks good to me including the thumbnails if you need any help with further modifications please feel free to get in touch with us.
.template-shop div.product div.images { width: 375px!important; }
Regards,
VinayMay 18, 2016 at 6:22 am in reply to: Content Delivery Newtwork (CDN) settings using W3 Cache #634174Hi,
Glad it’s sorted :)
Let us know if you have any questions.
Thank you for using Enfold.
Best regards,
VinayHey ung213LAX,
Please add a header widget as mentioned in this link http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Then use a text widget with div content for each page and hide them all. Use the display block!important rule in CSS to make the div visible only on selected pages with the help of the page id class name.
html code in the text widget in header widget area would be similar to
<div class="page-1"> page 1 content</div> <div class="page-2"> page 2 content</div> <div class="page-3"> page 3 content</div>
And the css would be similar to
/* Hide all widgets by default*/ .page-1, .page-2, .page-3{ display:none; } /* Show only on selected pages using page id*/ .page-id-1 .page-1{ display:block!important; } .page-id-2 .page-2{ display:block!important; } .page-id-3 .page-3{ display:block!important; }
Best regards,
VinayHey dcembitterment,
The mobile version appears fine on my end, please elaborate the issue what browser or device you are using and which part is exactly appears to be broken?
Best regards,
VinayHi,
We need to be able to inspect the site to exactly tell you what is going on is there any way you can quickly setup a staging site using a plugin like wordpress.org/plugins/duplicator/ so we can have a closer look at it and help.
Best regards,
VinayHi,
It appears the image path is incorrect https://velocenashville.com/wp-content/uploads/Arrive-and-Drive-Customers-230×300.jpg
Please make sure you have the correct image URL if you still have any issues 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
Best regards,
VinayHey grivers99,
When you select the background image please make sure it’s size is maximum
Then add this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.header_color div{ background-size: cover!important; }
Best regards,
VinayHi,
There is a missing “.” in the code please add a “.” before testimonial in line
#top testimonial .avia-button .avia-size-large {
Let us know if that fix the issue.
Best regards,
Vinay-
This reply was modified 9 years, 2 months ago by
Vinay.
Hi,
When I visit the site I get the below error please remove the last block of code added to functions.php via FTP the site should be back up
If you have any difficulties please post us the FTP login credentials.
Best regards,
VinayMay 18, 2016 at 4:28 am in reply to: Place a small image/icon to fix position like (position like scroll-top-link) #634138Hi,
Actually the code get’s auto indented here but i tested this on my installation and it works fine. Please make sure the underlined line is one line.
I tried to troubleshoot this issue but the login credentials you provided do not work for me. Would you mind checking once again and then send us working login credentials?
You can replace the word icon with and image :)
Let me know if you have any questions.
Best regards,
VinayHey jlovebomb,
I tried to troubleshoot this issue but the login credentials you provided do not work for me. Would you mind checking once again and then send us working login credentials?
If you do not see the update options in Enfold > Update please try this plugin to clear WordPress transients if you do not receive auto updates and make sure your themeforest API key is correct: https://wordpress.org/plugins/artiss-transient-cleaner/
If it does not help, I am afraid you might need to update the theme manually – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Unfortunately not all Server environments are able to make use of the auto update feature provided by ThemeForest :/
Best regards,
VinayHey afility,
We have imported the demo manually. Some images are not showing in the frontend but do not worry just add the images in backed and it will work fine :)
Best regards,
Vinay -
This reply was modified 9 years, 2 months ago by
-
AuthorPosts