Forum Replies Created
-
AuthorPosts
-
July 19, 2015 at 2:50 pm in reply to: An error occurred while updating Enfold: Could not create directory. #475383
Hi!
It would be super helpful if I actually had a way of finding out precisely where the folder is being created and what its name is.
I asked that question myself so I asked Kriesi and then he told me basically the same answer that is provided here: http://halfelf.org/2011/how-the-wordpress-upgrade-works/
The article said that there are two kind of auto update, core and child. Child is the theme and plugin updates where they create a folder called “upgrade” inside the wp-content folder. The problem is, I’m not really sure if the envato protected api is using the same update process.
Cheers!
IsmaelHey!
In a php script, if you want to display the value of a variable, you can use var_dump or print_r functions. I tested the var_dump in the events_countdown.php file but it’s not working. I tested the same line of code on my installation and it display the value. I need to know why it’s not working because its kinda hard to debug the issue on your end if we can’t do this basic functions.
http://php.net/manual/en/function.print-r.php
http://php.net/manual/en/function.var-dump.phpRegards,
IsmaelHey!
You can enable the sidebar for mobile screens on Enfold > Sidebar Settings > Sidebar on Smartphones.
Regards,
IsmaelHey!
I can see the screenshots now but I would like to ask again, where can we find pages with the hotspot and countdown timer? I tried to check every main pages but I don’t see any of these elements. If possible, please create a test page.
Regards,
IsmaelHey!
You need to add a price to the product. http://skinandbonefetishtoys.com/wp-admin/post.php?post=1044&action=edit
We added it for you: http://skinandbonefetishtoys.com/product/dreamcharm/
Cheers!
IsmaelHi gearouthere!
Thank you for using Enfold.
You can install this plugin to improve the search indexing of the site:
https://wordpress.org/plugins/relevanssi/
http://www.relevanssi.com/user-manual/Refer to this link in order to integrate the plugin with the theme’s ajax search: http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/
Cheers!
IsmaelHi!
1.) You can change the single product sidebar / content ratio with this in the Quick CSS field:
.single-product-main-image { width: 50%; }2.) Use this code to left align the sidebar content:
.sidebar_left.sidebar { text-align: left; }Regards,
IsmaelHi djshortkut!
Thank you for using Enfold.
I didn’t check this on an actual iPhone device but the hover state of the mobile menu item is set to #018db0 even on other pages. This is the hover state css code:
#mobile-advanced li > a:hover, .html_header_mobile_behavior #mobile-advanced span:hover, .html_header_mobile_behavior #mobile-advanced span:hover a { background-color: #018db0; color: #ffffff; }Try to add the code again on the Quick CSS field.
Best regards,
IsmaelHi!
When the countdown goes to zero then you refresh the page, it doesn’t show the next event? The modification above includes a conditional function that should exclude current events based on the event start and end date compared to the current time. We reported this issue to Kriesi and we already passed the possible solutions above.
I would like to test this on your installation but all debugging efforts that I tried are not working. For example, if I try to use the var_dump function to display values of the variable, it doesn’t work. Can you please ask your hosting provider why?
Regards,
IsmaelHey!
I checked the site again and the next event is showing up: http://calderdaleinrecovery.com/
Cheers!
IsmaelHey Veronica!
Thank you for using Enfold.
That is weird. Do you remember adding any custom scripts to the theme? Please try to deactivate the plugins then hard refresh the page.
Best regards,
IsmaelHey nigdowser!
Thank you for using Enfold.
You need to enable it on Enfold > SIdebar Settings > Sidebar on Smartphones.
Regards,
IsmaelHey!
The code should work but first you need to add a custom css class attribute to the table element: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
On the previous thread, “custom-class” was the custom css class attribute applied to the table element.
Regards,
IsmaelJuly 17, 2015 at 3:25 am in reply to: Theme Layout Broken: Top menu, sidebar and widget styling lost for no reason #474655Hi!
@inMotionGraphics: Unfortunately, we can’t help you unless you have the latest version of the theme. Right now, it is set to 3.0.4. Please update the theme to the latest version then we’ll check it again. If you modified any files inside the child theme folder, you need to update those files as well.Best regards,
IsmaelHey mediax2014!
Thank you for using Enfold.
The search icon is inside the default menu container which is hidden on mobile devices. Try to add this to the Quick CSS field to display the search icon on mobile:
@media only screen and (max-width: 767px) { .main_menu .avia-menu, #header_main_alternate, .fallback_menu { display: block; }}Cheers!
IsmaelHey joanna_nk!
Thank you for using Enfold.
I checked the site on an iPod Touch and the number is visible there. Can you please provide a screenshot of the issue? I don’t see any reason why it will not render properly on mobile devices. It’s just a text.
Cheers!
IsmaelHey!
What is the current blog style of the blog post element? If you set the style to grid, you need to modify the config-templatebuilder > avia-shortcodes > postslider.php file. If not, then you have to modify the includes > loop-index.php file.
Regards,
IsmaelHey!
It is working when I test it on my installation. Please post your login details here.
Best regards,
IsmaelHi!
You can modify the single-portfolio.php then look for this code:
<div class='container_wrap container_wrap_first main_color <?php avia_layout_class( 'main' ); ?>'> <div class='container'>Below, add this:
<?php echo avia_post_nav(); ?>You can adjust the position by using the Quick CSS field:
#top .avia-post-nav { position: absolute; height: 110px; top: 50%; }There will be two post nav after this modification so you have to remove the default one using css.
Best regards,
IsmaelJuly 17, 2015 at 2:21 am in reply to: WP Gallery Custom Link giving error "The image link could not be loaded." #474648Hey Girish!
Thank you for using Enfold.
It’s not possible to set a custom link when using the “gallery” element. You need to use the Masonry Gallery element if you want to set a custom link. Try to set the Image Link settings to the second option.
Regards,
IsmaelHi!
Please remove browser cache or hard refresh the page before testing. Maybe, you’re looking on a cached version of the site. I’m not sure why Andy can access the screenshots but when I checked it, it’s all blank.
Regards,
IsmaelJuly 17, 2015 at 2:10 am in reply to: Bundled prices showing up as Free on Shop Overview pages Enfold Theme #474646Hey!
I checked the “Bundled” page and the price of the products are there. It’s not set as “Free” anymore. Did you fix this?
http://www.bleeboo.com/product-category/bundles/
Cheers!
IsmaelJuly 17, 2015 at 1:52 am in reply to: how can I set an image with the full space of the container? #474640Hi!
Unfortunately, that is not possible when using the column element. Try to use the grid row element instead of the columns. You can set the image as the cell background or use the image element.
Cheers!
IsmaelHey jmorillo!
Thank you for using Enfold.
Where is the actual page with the issue? Again, the screenshot above are just blank. I’m not sure why but I guess my system can’t read .pptx formats. Can you please upload the screenshots using imgur or dropbox?
Best regards,
IsmaelHey!
Thank you for using Enfold.
I checked the screenshots but they’re just blank. I’m not sure why but maybe the privacy settings. Please try to upload the images on imgur or dropbox. If you want to disable the parallax effect in the shop banner, try to add this in the Quick CSS field:
#av_product_description .av-parallax { transform: translate3d(0px, 0, 0px) !important; }Regards,
IsmaelJuly 17, 2015 at 1:24 am in reply to: Theme Layout Broken: Top menu, sidebar and widget styling lost for no reason #474634Hi!
You have an old version of the theme, 3.0.4, which is not compatible with the latest version of WordPress. Please update to version 3.2.2.
Regards,
IsmaelHey!
The text alignment is set to “justify”. You can set the text to left align but justified text looks better:
#top .fullsize .template-blog .post .entry-content-wrapper { text-align: left; }Best regards,
Ismael -
AuthorPosts


