Forum Replies Created
-
AuthorPosts
-
Hey mattmosman!
Thank you for using Enfold.
The two pages have the same width. The difference is there are two horizontal rule or separator on top of the special heading on the “About MusclePharm University” page.
Best regards,
IsmaelSeptember 19, 2014 at 9:43 am in reply to: Images not showing up with masonry grid on iPhone 5S? #321762Hey gb!
Thank you for using Enfold.
Please post the link of the actual page here. We would like to check it.
Best regards,
IsmaelSeptember 19, 2014 at 9:41 am in reply to: Enfold Products Displayed – Any ideas on making this layout better? #321761Hi a00109943!
Thank you for using Enfold.
I’m sorry but we don’t provide design solutions. If you want to improve the look of the website, please hire a freelance designer. If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Anyway, you can play around with the tab appearance or style with these selectors:
#top .main_color .tabcontainer .tab.active_tab { color: blue; } div .main_color .tabcontainer .active_tab { background-color: red; color: #080808; } .main_color .sidebar_tab, .main_color .tabcontainer .tab { color: #828282; } div .main_color .tabcontainer .active_tab_content, div .main_color .tabcontainer .active_tab { background-color: red; color: #080808; }Thank you for your understanding.
Best regards,
IsmaelHey robertscott!
Thank you for using Enfold.
Disable the default title container then use the Color Section with the Special Heading element inside. Change the background of the Color Section element. You can disable the title and breadcrumbs on Enfold > Header > Header Title and Breadcrumbs. You can also change this setting for each page on the Layout box.
Regards,
IsmaelHey!
Thank you for the info. What is the actual error that you get when you upload an image? Mind posting a screenshot? This site is blank: ww.doordye.com/preview
Regards,
IsmaelHi robertscott!
Thank you for using Enfold.
You can use this on Quick CSS or custom.css:
#top .header_color .main_menu .menu .avia_mega_div ul .current-menu-item > a { color: red; }Best regards,
IsmaelHi!
Sorry for the delay. Please post a screenshot of what you’re trying to do. Note that you can use the Color Section to apply different background on different section or a certain page.
Best regards,
IsmaelHey!
Glad it is working now. If you still have any questions, let us know.
Regards,
IsmaelHey lsrmedia!
Thank you for using Enfold.
You can add this on Quick CSS or custom.css to remove the link:
span.blog-categories.minor-meta a { pointer-events: none; }Regards,
IsmaelSeptember 19, 2014 at 9:25 am in reply to: Issue with Categories and Tags when using Masonry grid #321747Hey gb!
Thank you for using Enfold.
I’m sorry but that is a limitation of the sort function. You need to show all entries on the same page if you want them to be included on the sort.
Regards,
IsmaelHi synapse7!
Thank you for using Enfold.
No, there’s no option to disable the sidebar navigation on specific pages yet. You need to use CSS.
Regards,
IsmaelSeptember 19, 2014 at 9:22 am in reply to: Color Box BG Image – Stretch to Fit – Scroll VS Fixed #321744Hey jayohare!
Thank you for using Enfold.
Did you set the Background Repeat to “Stretch”? Try adding this on Quick CSS or custom.css:
.avia-full-stretch { background-size: 100%; }Regards,
IsmaelHi bur2000!
Thank you for using Enfold.
Please try editing the said file with the error then look for this code on line 1330:
$content = mysql_real_escape_string($content);Replace it with:
$content = mysqli_real_escape_string($content);Best regards,
IsmaelHi!
Yes, please contact your host. Let us know if increasing the memory limit helps.
Best regards,
IsmaelHey Gabster!
Thank you for using Enfold.
Do you mind if we take a look at the actual page? The title and breadcrumb container will always be on top of the content regardless of its type. If you want to show the title container below the slider, that will require a bit of modification which is beyond the scope of support. Please hire a freelance developer to modify the theme layout.
Regards,
IsmaelHi renee01!
Thank you for using Enfold.
Please create a post then set the post format to “Video”. Add the url of the video on the content editor. An example: http://vimeo.com/1084537
Cheers!
IsmaelHi!
Please check the wp-content > themes folder. What are the names of the folders? There should be a single “enfold” folder there. Please download the file again from your themeforest account and make sure that the file are downloaded properly. Watch this video again: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
IsmaelHi set70!
Thank you for using Enfold.
We haven’t encountered any reports or issues regarding this subject. You can still revert back to an old version of PHP if you encounter any issues with 5.5. Please contact your hosting provider.
Best regards,
IsmaelSeptember 19, 2014 at 8:55 am in reply to: Change units of woocommerce product pages? Change the widths #321734Hi codecreative!
Thank you for using Enfold.
You can change the thumbnail container width using css:
.single-product-main-image { width: 50%; margin-right: 50px; }Make sure that you’re using Enfold 2.9.2.
Best regards,
IsmaelHi Eileen!
Thank you for using the Enfold theme.
You should use the Link url. Open the video on vimeo then click “Share”. Look for the Link field. It looks something like this: http://vimeo.com/1084537
Best regards,
IsmaelHey blankonblank!
Thank you for using Enfold.
These plugins might help:
https://wordpress.org/plugins/redirection/
https://wordpress.org/plugins/all-404-redirect-to-homepage/Cheers!
IsmaelSeptember 19, 2014 at 8:43 am in reply to: Reduce space at the top and at the bottom of the footer content #321728Hey OlivierCharlot!
Thank you for using Enfold.
You can add this on Quick CSS or custom.css:
#footer { padding: 0; z-index: 1; }Cheers!
IsmaelSeptember 19, 2014 at 8:42 am in reply to: Make portfolio item open ajax on desktop but open single page post on mobile #321727Hi!
That is a limitation of the sort function. Increasing the number of items on one page may cause page load issues specially on mobile devices. They might not load at all. Please enable the pagination.
Best regards,
IsmaelHi rinkjames!
Thank you for using Enfold.
Please upgrade to WordPress 4.0. Download the latest version of Enfold from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
IsmaelSeptember 19, 2014 at 8:33 am in reply to: Remove Comments, Category, Author Meta from Blog Feed #321719Hey!
You can use this if you want to keep the date:
span.post-meta-infos span { display: none; }Regards,
IsmaelHey!
Thank you for using Enfold.
Have you tried adding a position plus z-index css property on the new container with the custom link? You can use media queries to adjust the position of the custom link on different screen sizes.
Best regards,
IsmaelHi!
Thank you for the info.
Please add this on Quick CSS or custom.css:
.html_header_top.html_header_sticky .home #wrap_all #main { padding-top: 0; }Cheers!
IsmaelHi!
I haven’t tried this but maybe you can use this plugin to enable svg upload: https://wordpress.org/plugins/scalable-vector-graphics-svg/installation/
Best regards,
IsmaelHi!
Please always remove the device browser cache before checking the page. The css snippets are working. Note that the video slide are disabled on mobile devices. You need to add a fallback image for mobile devices. Edit the video slide then choose the fallback image.

Best regards,
Ismael -
AuthorPosts
