Forum Replies Created

Viewing 30 posts - 3,541 through 3,570 (of 10,428 total)
  • Author
    Posts
  • in reply to: Custom fonts ttf #751632

    Hi,

    Please refer to this post https://kriesi.at/support/topic/own-custom-font/#post-733898

    You may not see the changes until the cached files are cleared in your browser.

    Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

    Best regards,
    Vinay

    in reply to: Titles not showing on category pages #750916

    Hi,

    Thank you for sharing the links again and it works fine now :)

    There are two places where page title can be setup.

    1. Page title can be set to show or hide sitewide from Enfold > Header > Header Layout > Header Title and Breadcrumbs
    2. Page title can be individually setup for pages if you like from “Title Bar Settings” in the layout options that appear in the right sidebar on the page itself.

    If it is not showing sidewide please check in the enfold theme option and let us know if you still have any issue. We will need to take a closer look so please post us your login credentials (in the “private data” field).

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Vinay

    in reply to: How to modify mobile menu? #750915

    Hi,

    We have added the below code in Quick CSS. Please feel free to change the color value to suit your design in the below code.

    /* Mobile menu background color */
    .show_mobile_menu #mobile-advanced {
        background: gold!important;
    }
    /* Mobile menu item border color*/
    #mobile-advanced a {
    	border-color: #FFF!important;
    }

    You may not see the changes until the cached files are cleared in your browser.

    Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

    Best regards,
    Vinay

    Hi,

    It is not clear what exactly you are trying to achieve. If you still have any issue please upload a screenshot/mockup to imgur.com and share the link here so we can help you better :)

    Best regards,
    Vinay

    in reply to: Cannot get single blog post to go full width #750739

    Hey lunatrix,

    There are two places where the sidebar options can be set.

    1. Sidebar can be displayed or hidden sitewide from Enfold theme options.
    2. You can also enable or disable the sidebar for individual pages from the sidebar options found on the page and this is given more importance.
    3. Other reasons could be due to a plugin or custom modification.

    Please check the sidebar option on the page if it is hidden.

    If you still have any questions please upload a screenshot/mockup to imgur.com and share the link here and share the login credentials to wordpress admin page in private so we can take a closer look at the issue.

    Best regards,
    Vinay

    in reply to: Shopping cart icon position #750716

    Hi,

    We would love to help you! Sorry for the delayed reply.

    I checked your site and but did not find the cart after adding the products nor did i see any breadcrumbs on any page. I’m not sure if it is intentional or you are working on some of the changes.

    However under normal circumstance if the shopping cart appears as a part of the main menu and without any modification the below code will move the cart into the breadcrumbs area.

    Please try adding this at the very end of your themes / child themes functions.php file:

    /* Shopping cart in breadcrumbs */
    
    function cart_in_breadcrumbs(){
    ?>
    <script>
    jQuery(document).ready(function(){ 
      var htmlString = jQuery('.cart_dropdown').html(),
      movehtmlStringto = jQuery('.title_container');
      movehtmlStringto.prepend('<div class="cart_dropdown">' + htmlString + '</div>');  
    });
    </script>
    <?php
    }
    add_action('wp_head', 'cart_in_breadcrumbs');

    If you have any issue please enable the shopping cart icon and share a precise link where we can see and inspect the element in question.

    Best regards,
    Vinay

    Hi,

    Sorry for the late reply, I checked your site and the empty space seem to be an issue due to the custom code added. The code I provided you earlier will not work here. I need to do some research for you to help you with the custom modification and it might take some time. I will update this post here once I find out a solution for your case.

    Best regards,
    Vinay

    in reply to: Main Menu spread over the whole content #749156

    Hi,

    I’m not sure if I understood you correct, please feel free to elaborate the issue if you need more help.
    We will be happy to assist you.

    Best regards,
    Vinay

    in reply to: search bar issue #748601

    Hey Sadegh,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top #searchform .ajax_search_response {
        position: absolute;
        background: #999;
        right: 25px;
    }
    

    Best regards,
    Vinay

    in reply to: Background colors mega-menü #748598

    Hi,

    Hey it appears you have figured this one out. The first submenu link background color is the same as you mentioned please check attached screenshot.

    Let us know if you have any questions, we are happy to help :)

    Best regards,
    Vinay

    in reply to: play button for videos #748586

    Hi,

    Sorry for the delay, but I’m not sure why it’s not displaying the overlay icon in mobile. It may be due to another code or plugin which is causing a conflict. We need to take a closer look at the backend setup Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Vinay

    in reply to: Titles not showing on category pages #748583

    Hey Julie,

    Sorry for the delay, I tried to check the links you provided but the page isn’t available any more. Could you please check and share a precise link where we can see the elements in question.

    Best regards,
    Vinay

    in reply to: Multisite Child Theme CSS General Styling Not Working #748472

    Hi,

    Thank you for the credentials, I tried to login and check the issue why the css added to the child theme styles.css is not making any changes but the editor is not available for me to access the child theme styles.css under Appearance > Editor would you mind telling how you are adding the css to the child theme css so we can try to re-produce the same.

    Please check if there are any syntax errors in the css code this is one of the reason the code added may not work the other reason could be a caching issue.

    Best regards,
    Vinay

    in reply to: Change color of Accordion sorting tag line #748460

    Hey jgarciamel,

    Sorry for the delay, Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    in reply to: Embed smaller video in full screen slider? #748450

    Hey wzshop,

    Sorry for the delay, easy slider will treat the embed code as caption so it will not recognise the video play time. Try using only one slide so the video can play full length. I’m afraid there is no other work around for this unless you like to use a different element or a slider plugin that support this feature.

    Best regards,
    Vinay

    in reply to: Portfolio under Tabs error #748446

    Hey changegroup,

    Sorry for the delay, How was the heading added to the 2/5 column ? To troubleshoot further Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Vinay

    in reply to: How to exclude one category from category widget? #748437

    Hey Julie,

    Please unselect the categories from the options by holding down the “Ctrl” or “Options” key and clicking on the category list as shown in the below image.

    Best regards,
    Vinay

    Hey Julie,

    Sorry for the delay, Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 479px) {
    .responsive #top .slide-entry {
        margin-top: 30px!important;
    }}
    

    Best regards,
    Vinay

    in reply to: How to reduce padding Enfold Sidebar – Widgets padding? #748427

    Hi,

    You can import animated icons from the http://fontello.com/

    Best regards,
    Vinay

    in reply to: Header Area Display on Mobile & Small Screens #748378

    Hi,

    To remove the border please add the below css

    @media only screen and (max-width: 767px) {
    .responsive #top #header_meta .social_bookmarks li, 
    .responsive #top #header_meta .social_bookmarks li a {
    border:none!important;
    	}
    .responsive #top #header_meta .social_bookmarks li {
    margin-left:2px;
    	}
    .responsive #header .social_bookmarks {
        width: 160px!important;
        }
    }

    Best regards,
    Vinay

    in reply to: Video Background with Headline #748361

    Hi,

    You can turn on custom css class name support and add a custom class to the heading. http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Then use the below css

    
    .bg-heading {
    background:rgba(0,0,0,.5);
    } 

    If you have any issue please share the precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    • This reply was modified 8 years, 11 months ago by Vinay.
    in reply to: add icons to enfold principal menu #748316

    Hey!

    Glad you were able to modify the code and make it work better for you. Please specify which space are you exactly referring to so we can help you better.

    Cheers!
    Vinay

    Hi,

    1. Social share cannot be used while using the advanced layout please try using a plugin like https://wordpress.org/plugins/simple-social-share/

    2. It’s possible to hide the date using custom css code please share a precise link and let us know exactly where we can find the date on the page and we will provide you with custom css which you can use it with page ID to target only specific pages.

    Best regards,
    Vinay

    in reply to: WP-Rocket #748306

    Hi,

    Please create a new ticket and post a link to your site so we can take a closer look at this issue.

    Best regards,
    Vinay

    in reply to: Avia Menu Button colored #748305

    Hi,

    If you click a menu button on site A it’s color can be changed only on Site A. We are happy to help you if you like to change the background color of the active menu item. Let us know.

    However I’m sorry to say that it’s complicated to recognise which button was clicked on Site A from Site B You will need to hire a freelancer to get this done.

    Best regards,
    Vinay

    in reply to: background image for entire site? #748271

    Hi,

    To add a background image sitewide

    1. Select “Boxed Layout” from Enfold > General Layout > Layout > Boxed Layout
    2. Then set your background image from Enfold > General Styling > Main Content > Background Image

    Let us know if you have any questions, we are happy to help :)

    Best regards,
    Vinay

    in reply to: add icons to enfold principal menu #748240

    Hi!

    That looks almost perfect! Please remove the separators between the menu items from Enfold > Header > Header Layout > Separator between menu items > No Separators

    To know which icons are already in the theme open a new blank page add an icon element and click on it to view all the icons. To know the unicode of the icon you can compare it on the fontello or entypo site.

    Hope this helps :)

    Best regards,
    Vinay

    in reply to: No table in mobile version & google maps doesn't work #747987

    Hi,

    Sorry for the delay, I have added a New API key in Enfold > Google Services > Google Maps API Key and checked everything is working correctly. Please review the site now :)

    Best regards,
    Vinay

    in reply to: Mobile menu – first logo – then menu – all centered #747902

    Hi,

    To make the logo center menu below in mobile version:

    1. Hide the mobile menu and center the logo using the below CSS.

    @media only screen and (max-width: 767px) {
    #advanced_menu_toggle, #advanced_menu_hide  {
       display: none !important;
    }
    .logo a > img {
        left: 50%;
        transform: translateX(-50%);
    }
    }
    
    /*Show only in mobile or desktop*/
    
    @media only screen and (min-width: 769px) {
    .only_mobile { display: none !important; }}
    
    @media only screen and (max-width: 768px) {
    .only_desktop { display: none !important; }}
    
    

    2. Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    3. Create a header widget area by applying the code provided in this link to functions.php http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    4. Please enable debug mode by adding the code provided in this link to your functions.php file which can be accessed from Appearance > Editor http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    This let’s you view the shortcode for all the page elements.

    5. Create a new page for testing purpose and add a fullwidth submenu element. We need to show the fullwidth submenu only in mobile to do so please add the class name “only_mobile” in custom css class name option.

    7. Copy the shortcode which should look similar to the below code to Appearance > Header .

    [av_submenu which_menu='center' menu='' position='center' color='main_color' sticky='true' mobile='disabled' mobile_submenu='']
    [av_submenu_item title='Menu Item 1']
    [av_submenu_item title='Menu Item 2']
    [/av_submenu]

    Best regards,
    Vinay

    in reply to: Issues adding new page on Church theme #747841

    Hi,

    The code @Rikard provided works fine please adjust the width value from 150px to 115px.

    Best regards,
    Vinay

Viewing 30 posts - 3,541 through 3,570 (of 10,428 total)