Forum Replies Created
-
AuthorPosts
-
March 28, 2014 at 3:36 pm in reply to: Advanced layout editor to build your own blog layout? #244405
Hey!
Sorry about that. I’m checking the site now. Just to be clear, I’m only editing the blog and nothing else. :)
Best regards,
IsmaelHey!
Woah! It gave me a heart attack. I think it is fixed now! I’m really sorry!
http://christianmacleod.com/dev/
http://christianmacleod.com/dev/wp-admin/
Regards,
IsmaelHi!
If you don’t mind giving me the ftp details. I’ll replaced the functions.php file myself. I’m really sorry that you have to go through with this. I didn’t notice that I highlighted the bottom part of functions.php when I reviewed the code for the cart icon. At least that’s what I thought but I didn’t modify anything on your theme files.
Another thing you can do if you’re not comfortable giving me the ftp details is to download the theme again from your themeforest account then update the theme via FTP.
Best regards,
IsmaelHi!
I’m really sorry about this. I checked the site earlier and I might have accidentally deleted part of functions.php when I clicked the “Update” button. Please download this file then replace the functions.php on the parent theme folder.
///////
I’m really sorry! I hope the file fix it.
Cheers!
IsmaelMarch 28, 2014 at 3:15 pm in reply to: padding/spacing on secondary menu in the header (position right) – using WPML #244390Hi!
Please use this on Quick CSS or custom.css:
#top ul.avia_wpml_language_switch li { margin: 0; } .av_secondary_right .sub_menu>ul.avia_wpml_language_switch>li { padding: 0 !Important; }Best regards,
IsmaelHi!
I’m sorry about that. Please delete functions.php file on the parent theme folder then replace it with a new one. Let me know if that helps. I didn’t modify anything on the theme files. I just updated it earlier. I’m sure replacing functions.php file via FTP will fix it. Empty the cache if there is any cache plugin.
Best regards,
IsmaelHi!
I don’t see the error, only a blank page. Did you add any plugins prior to this issue? It is working ok when I checked it earlier. I didn’t add or change anything on the theme files.
Cheers!
IsmaelHi!
I didn’t change anything on your website. I just checked if you replaced the cart icon with something else. Let me check.
Cheers!
IsmaelMarch 28, 2014 at 2:44 pm in reply to: Advanced layout editor to build your own blog layout? #244374Hi!
@bleepstudio: I’ll check it right away. Hold on.I didn’t change anything on your website. I just checked if you replaced the cart icon with something else. Let me check it again.
Cheers!
IsmaelHi!
Thank you for using the theme! Unfortunately, I’m not entirely sure what it is you’re trying to do based on the information you have given in your post. If you wouldn’t mind providing us with a little more information or explanation on the problem, we’ll be happy to assist you about it. A screenshot and a link to your website will help.
Best regards,
IsmaelMarch 28, 2014 at 2:37 pm in reply to: Advanced layout editor to build your own blog layout? #244371Hi!
@DavyE: Ah! I see. Sorry about that. That’s for @loyalzoo.If I do what you suggest (just selecting the “Use the advance layout editor for the blog page”), no matter what I put on that page, it stays blank!
@loyalzoo: Please be patient with us as we’re trying our best to help you. :)Regards,
IsmaelMarch 28, 2014 at 2:34 pm in reply to: Advanced layout editor to build your own blog layout? #244369Hi!
We’re asking for your username and password. You can create a new topic regarding the same issue then post the login details there as a private reply. :)
Best regards,
IsmaelMarch 28, 2014 at 2:30 pm in reply to: Advanced layout editor to build your own blog layout? #244364March 28, 2014 at 2:27 pm in reply to: Advanced layout editor to build your own blog layout? #244362Hi!
I’m sorry about that but I tested this on my end and it works fine. Please remember to do unto others as you would have them do unto you. We ask that the tone be kept courteous (with a little fun on the side) inside the forum if that’s ok with you. I’ll check your website.
Regards,
IsmaelMarch 28, 2014 at 2:19 pm in reply to: Advanced layout editor to build your own blog layout? #244354Hi!
Thank you for the feedback. :)
I didn’t say anything about removing the blog page on “Where do you want to display Blog?” option. In fact I’m encouraging you to use the option along with the new blog style option. You don’t need to remove it on the “Where do you want to display Blog?” option. Also, please don’t set anything on Settings > Reading. Reset the settings on that panel to default if you’re using the theme’s Frontpage and Blog options.
Cheers!
IsmaelHi!
You can add this on Quick CSS or custom.css to remove the blog meta icon:
#top .fullsize .template-blog .blog-meta { display: none; }Use this one to add separator below each posts:
article.post { border-bottom: 1px solid gray; margin-bottom: 30px; }Best regards,
IsmaelHi!
Thank you for using the theme!
There is a script within the theme that activates the lightbox function whenever it detects youtube or vimeo urls. The trick is to hide this url using shorteners like http://goo.gl and tinyurl.com. Use the shortened version of the link for the social icon links. I hope this helps.
Best regards,
IsmaelHey!
Thank you for using the theme! Please try this one:
@media all and (min-width: 768px) and (max-width: 1024px) { .page-id-7727 #full_slider_1 { display: none!important; } .page-id-7727 #av_section_1 { display: block !important; }}The media query above is usually use to target tablet devices portrait and landscape mode.
Cheers!
IsmaelMarch 28, 2014 at 1:51 pm in reply to: Advanced layout editor to build your own blog layout? #244341Hi!
On the previous versions of Enfold, a lot of users are complaining about the “Where do you want to display Blog?” option. Whenever they set the page on this option then edit the blog page using the Advance Layout Builder, they don’t see the elements on the front end. It’s because setting the blog page on this option will force that page to use the index.php or basically the blog post overview page.
The new option “Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)” gives you the capability to edit the blog page to your liking using the Advance Layout Builder while correctly specifying the page as the blog on “Where do you want to display Blog?” option. For clarification it says “Use the advance layout editor to build your own blog”, that means you can only build the page using the advance builder and you can’t use the default editor when editing the blog page.
Follow these steps:
1.) Create a page then set it as the blog on “Where do you want to display Blog?” option.
2.) Set the Blog Style to the new option “Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)” .
3.) Edit the new page using the Advance Layout Builder. :)Thank you for your understanding.
Best regards,
IsmaelHi!
Thank you for the link and for explaining the issue. I’m sorry but we’re not entirely sure what is causing the problem. A z-index fix usually take care of this kind of issue where a layer is being covered by another element’s overflow. If you don’t mind, please add this one on Quick CSS, see if the link work on mobile device:
.image-overlay { display: none !important; }I also noticed that you only have 64M of memory limit which might cause some problems when editing the Advance Layout Builder and the Layer Slider. This is usually due to the builder timing out because of a memory limit in your server environment. The first thing you can do to remedy this is to enter the following lines in your wp-config.php file at the root of your installation:
define( 'WP_MEMORY_LIMIT', '128M' ); define( 'WP_MAX_MEMORY_LIMIT', '256M' );Refer to this link for more info: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Best regards,
IsmaelHi fryec1135!
We’re really sorry that you’re having this issue on your end.
You might want to increase the wordpress php memory limit to at least 128M. Depending on your hosting environment you might experience an issue when trying to access the Advance Layout Builder or the Layer Slider. This is usually due to the builder timing out because of a memory limit in your server environment. The first thing you can do to remedy this is to enter the following lines in your wp-config.php file at the root of your installation:
define( 'WP_MEMORY_LIMIT', '128M' ); define( 'WP_MAX_MEMORY_LIMIT', '256M' );You can also contact your host if you’re not comfortable doing the adjustments yourself. Refer to this link for more info: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Cheers!
IsmaelHi everyone!
As always, thank you for using the theme!
A lot users are reporting the same. Unfortunately, we are not sure what’s causing the issue. We have reported it to Kriesi.
Cheers!
IsmaelHey!
Thank you for the link but I think you’re referring to a different page. Kindly find the correct page url on the demo site. http://kriesi.at/themes/enfold/
You can set the header transparency for each page. Look for Layout > Activate Header transparency. This will remove the top padding of any elements below the page including the sliders and color section.
Best regards,
IsmaelHi!
Thank you for the link and the explanation. You can apply the background color on the flex column. Use this on Quick CSS or custom.css:
#savetime div.flex_column { background: rgba(255,255,255,.5); padding: 10px; }Change the text color using this:
.main_color strong { color: #000000; }Cheers!
IsmaelHey!
Thank you for the question and the link you provided. Please check the Layer Slider Settings > Layout. Make sure that the Responsive and Full-width mode is enabled. Fill in the Responsive under and the Layers container field. The layers container will constrain the slider elements inside the specified width when the screen reaches the dimension specified on the Responsive under option.
Best regards,
IsmaelHi!
I reviewed the code and you replaced the cart icon with “ue85a” but I don’t see any way of adding any products to the cart. Can you please point me to the actual shop page where we can see the cart icons? I tested this on my end using the icon that you want and it works as expected.
Cheers!
IsmaelHi!
Thank you for the question. Sorry but we cannot provide support for third party plugins or scripts as our support policy states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. You might need to direct the question to the author of the plugin and their support community.
If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.
Best regards,
IsmaelMarch 28, 2014 at 8:05 am in reply to: Secondary layer of category sorting on a portfolio page #244227Hey!
Sure, no problem with that. I’ll ask the rest of the support team to check this thread. Maybe they have ideas on how to accomplish this. Thank you for your understanding.
Regards,
IsmaelHi!
Thank you for the question. Unfortunately, this is beyond the scope of support and is not a theme related issue. You might need to find a plugin or hire a freelance developer to add the feature for you. Please do visit Werkpress for further customization.
Regretfully, we won’t be able to help you with this one. If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries.
Cheers!
IsmaelHi!
Thank you for using the theme and providing us with the link.
I’m sorry but I’m not entirely sure what is the issue based on the information you have given in your post. If you wouldn’t mind providing us with a little more information like login details to wordpress, we’ll be happy to provide you with a response once we have a better understanding of the situation.
You can do the following:
1.) Deactivate all plugins, see if the issue persist.
2.) Switch to a default wordpress theme, check if the page is running.
3.) Contact your host for possible fix.Cheers!
Ismael -
AuthorPosts

