Forum Replies Created

Viewing 30 posts - 29,341 through 29,370 (of 34,331 total)
  • Author
    Posts
  • in reply to: Masonry portfolio font size #902467

    Hi,
    You had the same code for 12px in twice, I removed one and changed the other to 9px. Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Blog Sidebar Layout Issue #902465

    Hi,
    This template would be used for posts going forward, past posts would have to we rewritten to use the post template.
    But lets hold on for a minute, and examine what you are trying to achieve, perhaps a little css will save you a lot of work, and perhaps I misunderstood.
    What you seem to like about the link in the Private Content area, is that the sidebar goes to the bottom and all the way to the right, and you would like all of your posts to look like this. Is this correct? If so lets try to change it with css.
    Please try adding this code to the bottom in the General Styling > Quick CSS field:

    #top.post-template-default #wrap_all #main,#top.post-template-default #wrap_all #main.all_colors .container_wrap.container_wrap_first.main_color.sidebar_right {
        background-color: #f7f4fc!important; 
    }
     .container.template-single-blog main.content {
    background-color: #fff!important; 
        padding-left: 30px!important; 
    }
    .template-single-blog footer#socket {
        margin: 0 auto!important; 
        padding: 0px 50px!important; 
    }
    .responsive .container.template-blog.template-single-blog  {
        max-width: 100%!important; 
    }
    #top.post-template-default.single.single-post.single-format-standard.stretched .container.template-single-blog {
    padding-left: 0px !important; 
    }

    Then please clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    in reply to: Center logo within menu #902455

    Hi,
    We will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Change Full Screen slider to h1 tag #902296

    Hi,
    Can you please provide more information so that will have some context, such as the URL to a sample page and the CSS code that you’re using.

    Best regards,
    Mike

    in reply to: Import icons from Flaticon #902288

    Hi,
    I found removing the old one first solved the coflict. I belive if you follow this step you wont have any issuses, but we are here to help.
    Glad we could help, we will close this now. Thanks for using Enfold.

    Best regards,
    Mike

    Hi,
    In my clean install the author name & gravatar in the comment list don’t have link tags so they are not links, do yours? Please include the url to the page in question so we can take a closer look.
    If yours is the same as this, and you would like this function you can edit the includes/loop-comments.php to include the links.

    Best regards,
    Mike

    in reply to: Import icons from Flaticon #902141

    Hey topmedialab,
    I removed you icon from the Iconfont Manager, and re-added it and it is working now. Please clear your browser cache and check.
    Please see screenshot in Private Content area

    Best regards,
    Mike

    in reply to: change tags #902129

    Hey allen,
    Please try these following steps to replace the Iconboxes H3 tag.
    1. Create folder within your enfold-child folder: /shortcodes/
    2. Copy iconbox.php to the above directory
    3. Edit the H3 tag in iconbox.php with:

    <h2 class='iconbox_content_title' $markup>".$title."</h2>";

    4. Add this code to the end of your child theme functions.php file.

    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
    function avia_include_shortcode_template($paths)
    {
    	$template_url = get_stylesheet_directory();
        	array_unshift($paths, $template_url.'/shortcodes/');
    
    	return $paths;
    }

    Best regards,
    Mike

    in reply to: Overlapping Pages and Design #902123

    Hey Cj,
    Do you use a cache plugin that is minifying, or a lazy load plugin?
    Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
    If this doesn’t help, Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Search box HTML tag not properly closed #902108

    Hey dianado,
    The closing tag is a little further down to include the search icon.
    2018-01-24_054356

    Best regards,
    Mike

    in reply to: Start Up Demo #902082

    Hi,
    I logged in and put the code near the top of the functions.php under

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    that was already there, and removed the second copy of that code. It is now working, please check.
    When looking for the font in the drop down list, it may be at the bottom of the list.
    2018-01-24_051119

    Best regards,
    Mike

    in reply to: Blog Sidebar Layout Issue #902074

    Hi,
    To automatically generate a advanced layout builder layout that you have created, first save a layout that you have created by clicking “Templates” in the top right corner of the canvas. Then click the button, “Save Entry as Template” you will be asked to name your new template. Next time you create a new post or page you can click the name you saved to load the template.
    2018-01-24_043844

    Best regards,
    Mike

    in reply to: Error 500 since last update #901866

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Print webpages #901865

    Hey stacey_pritchett,
    Typically print.css is the best way to go, here is a good article to get you started: Designing For Print With CSS
    Although there are plugins such as: PDF & Print that will generate a pdf of your page for print that might be a easier alternative.

    Best regards,
    Mike

    Hey Chris,
    I tested this on my localhost at the bottom of my functions.php and it worked for me. See screenshot
    2018-01-23_205533
    I assume you changed the “http://example.com/&#8221; link to your profile page.

    Best regards,
    Mike

    • This reply was modified 7 years, 3 months ago by Mike.
    in reply to: Child theme not working entirely ans as expected ! #901845

    Hi,
    This is because a child theme uses the parent theme as the base and only overrides the parent theme with the files in it’s folder. In your case, if you placed a copy of those files in your child theme fodder it would show their path.
    If you want to dig deeper, this article may help: How To Rename a Theme
    Or perhaps this plugin: WP Hide & Security Enhancer

    Best regards,
    Mike

    Hey mariettep,
    Sorry, that feature is not available, and it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Mike

    in reply to: Not receiving password reset link #901828

    Hey CD,
    I have generated a new password for you and you should have received an email about it, if not I added it to the Private Content area .

    Best regards,
    Mike

    in reply to: Enfold #901824

    Hey Dan,
    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Mike

    in reply to: Space between portfolio items #901820

    Hi,
    That’s good news, Glad Nikko was able to help, shall we close this then?

    Best regards,
    Mike

    in reply to: How to change Magazine Element Colours? #901818

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: How to display timeline for Events ? #901782

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Center logo within menu #901781

    Hi,
    Sorry it is not perfect for all possible situations, Please feel free to request – or vote if already requested – such feature on Enfold feature request form.
    Shall we close this thread then?

    Best regards,
    Mike

    in reply to: How to change Magazine Element Colours? #901642

    Hi,
    You can try doing a hard reload in the Chrome browser. Press F12 to see the developer tools and then on the refresh button right click to get the drop-down menu and choose hard reload

    This link may better, https://www.getfilecloud.com/blog/2015/03/tech-tip-how-to-do-hard-refresh-in-browsers/

    Best regards,
    Mike

    in reply to: Custom CSS not working #901639

    Hi,
    Try deleting the theme through the WordPress themes panel then use the plugin WP reset to reset the core WordPress. You can then also delete any folders and the upload folder via FTP. then try installing the theme again through the WordPress panel themes.

    Best regards,
    Mike

    in reply to: how to centre the title, date, read more #901635

    Hi,

    Glad we could help, we will close this now. Thanks for using Enfold.

    Best regards,
    Mike

    in reply to: How To Add Custom Html To A Page? #901632

    Hi,
    Glad we could help, shall we close this then?

    Best regards,
    Mike

    in reply to: how to centre the title, date, read more #901479

    Hi,
    Try this code in the General Styling > Quick CSS field:

    #top.page-id-1072 article.slide-entry .slide-content {text-align: center !important; }

    Please clear any cache plugin and your browser cache and check.

    Best regards,
    Mike

    in reply to: Start Up Demo #901477

    Hi,
    Please see: Register Additional Google Fonts for Theme Options

    Best regards,
    Mike

    in reply to: update 4.2.1 not working #901476

    Hi,
    We will wait to hear back from you.

    Best regards,
    Mike

Viewing 30 posts - 29,341 through 29,370 (of 34,331 total)