Forum Replies Created
-
AuthorPosts
-
Hi!
The whole masonry item container works as a link so adding another link or button inside will not work, unfortunately.
Cheers!
IsmaelHey!
Is the site running on a shared hosting? The dashboard is a bit slow to load. Actually, I can’t access the layer slider panel. Anyway, I checked the site and there are a few js errors on the console. Please try to deactivate all plugins then overwrite the theme and WP files.
Regards,
IsmaelHey!
You can add another content inside the tab, apply a unique css class or id attribute to it. Use css media queries like the example above to hide it on desktop view.
Best regards,
IsmaelHey!
We deactivated the BJ Lazy Load plugin which causes the issue. Please remove browser cache then check the page: http://pages.sanesolution.com/
Regards,
IsmaelHi!
Glad you figured it out. It would have been a difficult issue to debug. :)
Cheers!
IsmaelHey!
Alright. We added a few safari-specific css codes to fix the logo and the menu. You can check it now: http://dreamgrowers.desi/redskyshelters.com/yome/
Best regards,
IsmaelHi!
I visited the Appearance > Editor panel and I noticed that you have a modified version of the template-builder.php and the helper-main-menu.php file. Please try to disable those files temporarily by renaming them then check the page again. http://wels.staging.wpengine.com/test/ (hosted on WPengine)
Cheers!
IsmaelHey!
Please ask your hosting provider to create a php info page and then send us the url. From there, we can check the actual memory limit of the server. In a few cases, changing php settings via php.ini file will not work because the default php settings set by the administrator is still being enforce.
Regards,
IsmaelHey!
1.) Use this to fix the logo alignment:
#header_meta { width: 50%; right: 0; position: absolute; }
2.) Adjust the top padding of the main container:
.html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main { padding-top: 124px; }
Best regards,
IsmaelHi!
Alright. Please post the login details here, we would like to check the dashboard.
Best regards,
IsmaelHey!
I checked the page and the background of the rows are white. Isn’t that what you wanted?
Regards,
IsmaelHey!
You’re welcome. Congratulations for completing your website! :)
Regards,
IsmaelHi nbicorp!
Thank you for using Enfold.
Please refer to this link: https://kriesi.at/support/topic/add-featured-image-to-search-results/
Cheers!
IsmaelHi Cassia!
Thank you for using Enfold.
Where did you purchased the theme? Can you please provide the url to the site?
Best regards,
IsmaelHi nbicorp!
Thank you for using Enfold. Glad you’re enjoying the builder.
The advance layout builder is available in the Enfold theme only. :)
Cheers!
IsmaelAugust 29, 2015 at 9:38 am in reply to: Latest updates Advanced Layout Editor Team Member Save removes all changes #495254Hey!
I tried to login to the site but the login details are not working. Please check. Note that you can’t switch between the default and the advance layout builder. Each editor will produce different content.
Regards,
IsmaelHey!
It should be backward compatible. I’m running WAMP as a local server, PHP version is 5.4. Should be the same for XAMPP.
Best regards,
IsmaelHey!
Can you please provide a screenshot of the issue? I tried to reproduce it but the mobile menu works fine. What are the css modifications that you use? Please post the codes on pastebin.com.
Regards,
IsmaelHey!
The code above will modify the blog grid query so it will not work for the magazine element. Add this one to exclude pages on the magazine element:
add_filter('avf_magazine_entries_query','avf_magazine_entries_query_mod', 10, 2); function avf_magazine_entries_query_mod($query, $params) { $query['post_type'] = array('post'); return $query; }
This is not going to be included on the next update because this issue is not happening on most installations. It’s probable that a third party plugin is causing this issue.
Regards,
IsmaelHey!
Did you modify any of the theme files? I checked the dashboard but I’m not sure where the 404 section is coming from. Is it OK if we deactivate the plugins while working on the site?
Best regards,
IsmaelAugust 29, 2015 at 9:13 am in reply to: Masonry gallery loaded when loading the page (visible all the time) #495243Hey!
Alright. Let’s start again. Please remove all the modifications then add this code:
.av-masonry-entry { opacity: 1 !important; visibility: visible !important; }
The code above should display the masonry items on page load. Add this code to disable the animation completely:
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{ -webkit-animation: none; /* Safari 4+ */ -moz-animation: none; /* Fx 5+ */ animation: none; /* IE 10+ */ }
If it doesn’t work, please post the login details here so that we can check it.
Best regards,
IsmaelHey!
One issue at a time. Please use this in the Quick CSS field:
#main > .container_wrap:first-child .container { background: transparent; }
I think it will save you more time if you hire someone to finish the site. You can contact codeable: http://kriesi.at/contact/customization
Cheers!
IsmaelHey!
We usually recommend this plugin to transfer a site: https://wordpress.org/plugins/wp-migrate-db/
Refer to this link for more info: http://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684
Cheers!
IsmaelAugust 29, 2015 at 8:52 am in reply to: Create a gap between Header and main content that shows Body image backgroud #495233Hi!
I tried to visit the page a few times but it’s not loading: http://idetox.voyage/testmenu1/
Best regards,
IsmaelAugust 29, 2015 at 8:45 am in reply to: Problems with content in 1/3 and 2/3 layout that is not resposive #495228Hey!
I can see the google map just fine: http://www.bellabosphoruscruise.com/
Please try to remove browser cache then reload the page.
Cheers!
IsmaelHey!
Add this css code to align the content properly:
.avia-inner-caption { text-align: right; }
Cheers!
IsmaelHey!
You can replace the current full screen slider with the full width slider. This way, you’ll be able to set the height of the image and the slider.
Best regards,
IsmaelHey!
Go to Enfold > Theme Options then set the blog page. After that, go to the Enfold > Blog Layout panel, set the Blog Style to “Use the advance layout builder..”. Edit the current blog page, switch to the advance layout builder, add any of the slider element that you want plus the blog posts element.
Cheers!
IsmaelHi!
The Woocommerce Layered Nav and Filter widgets will only work for the base shop page. Unfortunately, it’s not going to work for custom shop pages.
Cheers!
Ismael -
AuthorPosts