Forum Replies Created

Viewing 30 posts - 59,761 through 59,790 (of 67,565 total)
  • Author
    Posts
  • in reply to: Advanced layout editor to build your own blog layout? #244362

    Hi!

    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,
    Ismael

    in reply to: Advanced layout editor to build your own blog layout? #244354

    Hi!

    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!
    Ismael

    in reply to: Blog Post as List #244352

    Hi!

    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,
    Ismael

    in reply to: YouTube Icon link not working #244348

    Hi!

    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,
    Ismael

    in reply to: swapping slider on mobile/ipad #244347

    Hey!

    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!
    Ismael

    in reply to: Advanced layout editor to build your own blog layout? #244341

    Hi!

    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,
    Ismael

    in reply to: Mobile Problem #244335

    Hi!

    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,
    Ismael

    in reply to: Layer Slider Breaks (among other issues) #244332

    Hi 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!
    Ismael

    in reply to: Iconfont Manager upload problem #244327

    Hi 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!
    Ismael

    in reply to: How to set 1 default background for all components #244324

    Hey!

    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,
    Ismael

    in reply to: Placing color block beneath image and text layer #244321

    Hi!

    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!
    Ismael

    in reply to: Layer Slider: Center Position on iPad #244235

    Hey!

    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,
    Ismael

    in reply to: fontello bag icon and replace 'cart' text with 'bag' #244233

    Hi!

    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!
    Ismael

    in reply to: Soliloquy slider enfold lightbox conflict #244230

    Hi!

    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,
    Ismael

    in reply to: Secondary layer of category sorting on a portfolio page #244227

    Hey!

    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,
    Ismael

    in reply to: Colour Section Transparent #244225

    Hi!

    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!
    Ismael

    in reply to: Chrome Portfolio Load #244224

    Hi!

    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

    in reply to: ENFOLD + WOOCOMMERCE : Problem #244222

    Hey!

    We’re really sorry that you’re experiencing this issue.

    There are some cases before about PHP version 5.3.27 FastCGI causing issues somehow and switching to 5.3.27 CGI (Stable) may fix the problem. Please contact your host about that. Also, another user reported about the host database configuration. I can’t give you enough details about that but if fixed the problem. Please try to upgrade the php version if possible. I hope it fix the issue.

    Regards,
    Ismael

    in reply to: Submenu Items #244221

    Hi!

    Thank you for using the support forum!

    There will be added options to modify the the elements like the submenu inside the theme on the future release of the theme. For now you can use this on Quick CSS or custom.css:

    #top .main_menu .menu li ul a {
    font-weight: bold;
    }
    
    .main_menu .menu ul li a {
    color: #000000;
    }
    
    .main_menu .menu ul li a:hover {
    color: #808080;
    }

    You can increase the submenu padding using this:

    #top .main_menu .menu li ul a {
    padding: 8px 30px 8px 15px;
    }

    Regards,
    Ismael

    in reply to: UNABLE TO LOAD ADDITIONAL FONTELLO ICONS #244220

    Hi chapdes!

    Thank you for using the theme! Sorry if you’re having this issue. Do you mind posting the login details for wordpress and FTP? Set it as a private reply. We will be needing the login credentials to debug the error.

    A lot users are having the same issue and it might have something to do with server configuration. We have reported the issue to Kriesi. Unfortunately, it is not possible to upload the font icon files manually.

    Best regards,
    Ismael

    in reply to: Listing blog posts in alphabetical order #244219

    Hey fixedopsinsight!

    Thank you for using the theme!

    Please add this on functions.php:

    add_filter('avia_blog_post_query','avia_modify_blog_post_query');
    function avia_modify_blog_post_query( $query)
    {
    $query['orderby'] = 'name';
    $query['order'] = 'ASC';
    return $query;
    }
    

    You can look for more order parameters here: http://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters

    Best regards,
    Ismael

    in reply to: Replace Logo Link With a New One #244217

    Hi Redsand747!

    Thank you for using the theme!

    If you like to redirect the logo link, you can add something like this on functions.php:

    add_filter('avf_logo_link', 'avf_redirect_logo_link');
    
    function avf_redirect_logo_link($link) {
    	$link = 'http://www.google.com';
    	return $link;
    }
    

    Change the $link url. :)

    Regards,
    Ismael

    Hi Edna!

    Thank you for using the support forum. Do you mind posting the link to the website? We would like to check if there are any plugin conflicts. If it is ok with you, please deactivate all plugins. Some minor issues occur because of plugin conflict.

    Cheers!
    Ismael

    in reply to: Can't see "Layout" widget in edit mode #244211

    Hey!

    Glad you figured it out. If you haven’t done so lately, you can watch some videos here to learn more about the theme: https://vimeo.com/channels/aviathemes

    The Enfold documentation can be found here: http://kriesi.at/documentation/enfold/

    Best regards,
    Ismael

    in reply to: woocommerce title bar: change "Shop" #244210

    Hi!

    Glad you figured it out. The woocommerce template is controlled by config-woocommerce > config.php file. If you don’t mind please post a screenshot of what you’re trying to do as to give us more idea how to help you.

    Regards,
    Ismael

    in reply to: Google Map Widget in Sidebar #244203

    Hey!

    Thank you for using the theme! Unfortunately, we’re not entirely sure of the issue based on the information you have given in your post. If you wouldn’t mind providing us with a little more information, we’ll be happy to provide you with a response once we have a better understanding of the situation. Do you mind posting the login details here? We would like to check the google map widget. Please set it as a private reply.

    Regards,
    Ismael

    in reply to: Reducing the Sidebar gaps #244202

    Hi!

    Thank for you using the theme! I tried Yigit’s suggestion and it works on my end. Do you mind posting the link of the website here? We would be happy to give you the proper css solution once we get the link to the website. Are you using a left sidebar?

    .inner_sidebar {
    margin-left: 20px !important;
    }

    Cheers!
    Ismael

    in reply to: Setting Up a Blog issues #243813

    Hey garyguthrie!

    1.) You can add this on Quick CSS or custom.css to remove the link on featured image:

    .template-page .big-preview a {
    pointer-events: none;
    }

    2.) The theme’s template like the portfolio can only accept thumbnails or images that is uploaded on the wp media library. You can’t use the default “Insert from URL” on the theme.

    Cheers!
    Ismael

    Hey!

    If you want the breadcrumb for “SPICE Training” to show as “SPICE Training”, you’ll need to remove “Training” page as the parent page of the “SPICE Training” page. Like what Dude said, menu and breadcrumbs are not related with each other. You need to make use of the page hierarchy (parent/child attributes) in order to achieve the breadcrumb arrangement that you want.

    Regards,
    Ismael

    in reply to: Portfolio images are huge #243811

    Hey treeoflifeaz!

    Thank you for using the theme. If you don;tmind providing us with a little more info like the link to your website, we’ll be happy to provide you with a response once we have a better understanding of the situation. The column will inherit the size of the container so you might want to upload larger images or select 2 or 3 columns for the portfolio grid.

    Regards,
    Ismael

Viewing 30 posts - 59,761 through 59,790 (of 67,565 total)