Forum Replies Created

Viewing 30 posts - 25,591 through 25,620 (of 34,353 total)
  • Author
    Posts
  • in reply to: Image size #988484

    Hi,
    Oh, I see now, thanks.
    Unfortunately we don’t have a way to order it, but you can replace it with a “custom html” widget and add the code in the link in the Private Content area to create the menu.
    I was unable to login to assist, but please try this.

    Best regards,
    Mike

    in reply to: Enfold Child Options are partially not working #988483

    Hi,
    Can you tell us which font sizes you would like and we will assist with enforcing them.

    Best regards,
    Mike

    in reply to: Image size #988478

    Hi,
    Sorry, I don’t think I understand correctly, they both seem to be the same order.
    Please explain what is wrong with your menu
    2018-07-22_142033

    Best regards,
    Mike

    in reply to: make burger menu icon stick on iphone #988477

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

    .av-hamburger::before {
        content: url(https://png.icons8.com/flat_round/50/000000/list.png);
        display: block;
        padding-top: 15px;
    }
    .av-hamburger-inner {display:none!important;}

    Or try adding to WordPress > Customize > Additional CSS
    and adjust the padding-top to suit.
    2018-07-22_141516

    Best regards,
    Mike

    in reply to: BLOG …. Request for help #988473

    Hi,
    Do you mean that you would like year/month/day ?
    Please try going to WordPress > Settings > General > Date Format
    and choose “custom” and enter “Y/m/d”

    Best regards,
    Mike

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

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Error under Design – Themes #988465

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

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Enfold Child Options are partially not working #988464

    Hi,
    Thank you for the login, the h1’s that I looked at are styled by the css hero plugin, this is why your child theme styles are not taking effect. I suspect this is also the case with your other choices.
    There should be no problem continuing to use the plugin, but I would recommend either using it for all of your styling or not at all to reduce confusion and having the different stylesheets working against each other.

    Best regards,
    Mike

    in reply to: Media library shows empty boxes, no images #988462

    Hi,
    As I read your posts above I believe that you copied your old database an inserted into a new database via PHPmyAdmin, unfortunately this is the root of your issues. The database is serialized so this type of migration is going to cause errors.
    Here are two suggestions, each with their own drawbacks,
    1: I would use the All-in-One WP Migration to copy your Flashlight site and install it to your test site, then install the Enfold theme and activate it. You may still need to adjust each page and product to make it compatible with Enfold, but if the majority of your products and pages used the default wordpress editor it should be ok.
    2: You could delete all of your images and then go to each page & product and re upload them so they are attached to the correct article and be attached in the database correctly.
    3: Use the wordpress export option with attachments, from reading above I believe you have already tried this?
    Sorry, there doesn’t seem to be a really easy answer for this, but you could create another test wordpress install on a different sub-domain to try out the first choice without risking the work you have already put in to your current test site.

    Best regards,
    Mike

    in reply to: Enfold Child Options are partially not working #988451

    Hi,
    Sorry the login didn’t work for me, please check.

    Best regards,
    Mike

    in reply to: Image size #988448

    Hi,
    Please check your WordPress > Menu, you can re-order your menu items my dragging each one up or down.

    Best regards,
    Mike

    in reply to: Pictures not showing on tab #988447

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

    #top.page-id-58705 #djtypes img {
        opacity: 1 !important; 
        -webkit-transform: scale(1) !important; 
        transform: scale(1) !important; 
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Help on getting sticky menu #988439

    Hey Aurora,
    Please go to Enfold Theme Options > Header > Header behavior > Sticky Header and check the option.
    If this doesn’t help, please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Error under Design – Themes #988436

    Hi,
    Thanks for the login, I see that you had installed one of the Enfold themes incorrectly and instead of the files being inside of a “enfold” directory it was in the “themes” directory, removing the lose files solved.

    Best regards,
    Mike

    in reply to: BLOG …. Request for help #988431

    Hi,
    When I looked at your page I found a magazine element on the bottom half of your page so I assume it is the section you are working on. To make the images larger try this code in the General Styling > Quick CSS field:

    .av-magazine .av-magazine-thumbnail,.av-magazine .av-magazine-thumbnail img  {
    width: 180px !important;
    }

    I also assume that you will want the text larger too, so try this css:

    .av-magazine .av-magazine-content-wrap h3.av-magazine-title{
    font-size: 3em!important;
    }

    Please feel free to adjust both to suit.

    You may notice that the images are blurry because the magazine thumbnails are actually half the size and then scaled up to fit, to correct this please install the plugin Simple Image Sizes and go to WordPress > Dashboard > Settings > Media > Media Settings and change the size of the thumbnail size to your new size. Then use the “Thumbnail regeneration” option lower on the same page.

    Best regards,
    Mike

    in reply to: Ajax Portfolio Preview Disable #988425

    Hey gemmajestico,
    If I understand correctly, you want to display your portfolio grid as an “Ajax Portfolio” but you don’t want to show the portfolio thumbnails that make the “Ajax Portfolio Preview”?
    In that case please try this code in the General Styling > Quick CSS field:

     .portfolio_preview_container .avia-gallery-thumb {
    display: none !important;
    }

    To create the portfolio “Classic Single Entry” layout I recommend using the “Portfolio Items” post type.

    Best regards,
    Mike

    in reply to: Margin/Padding for Page and Post Content? #988414

    Hi,
    To adjust the footer & socket container to be 100% of the page, please try this css:

    #main #footer .container,#main #socket .container  { 
      max-width: 100% !important; 
      width: 100% !important;
    }

    please feel free to change the value to suit.

    Best regards,
    Mike

    in reply to: Dividing Line Between Blog Posts? #988410

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

    .html_entry_id_13793 .post-meta-infos {
    display: none !important;
    }

    Best regards,
    Mike

    in reply to: Boxed Layout + Changes to Top Bar & Logo Area, etc. #988407

    Hi,
    This css will give your page a boxed layout with the background-image:

    .html_entry_id_983 header#header,.html_entry_id_983 div#header_meta,.html_entry_id_983 div#header_main { 
    max-width: 70% !important; margin: 0 auto;
    }
    .html_entry_id_983 #wrap_all { 
    max-width: 70% !important; margin: 0px auto !important; 
    }
    html.html_entry_id_983 { 
    background: url("https://www.barrelracingtips.com/wp-content/themes/socrates/background-images/bodybg.jpg") #222222 !important; 
    }

    The only problem is that your header has too much in it for the width. You could change the “Page Attributes > Template” option for the page to “Blank – No Header, no Footer” and create a custom image to use at the top for your header, like your landing page example uses.
    Or you could use this css to give the main body of your page a boxed layout and leave the header full width:

    .html_entry_id_983 #main { 
    max-width: 70% !important; margin: 0px auto !important; 
    }
    html.html_entry_id_983 { 
    background: url("https://www.barrelracingtips.com/wp-content/themes/socrates/background-images/bodybg.jpg") #222222 !important; 
    }

    Best regards,
    Mike

    in reply to: Border under Widget Titles? #988397

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

    h3.widgettitle {
        border-bottom: 2px dashed #CCBDB8 !important; 
        width: 100%;
    }

    Best regards,
    Mike

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

    Best regards,
    Mike

    in reply to: Help creating a section #988382

    Hi,
    I checked your Quick CSS and found you had a few errors in it, such as missing } I fixed it, but the site didn’t update with the new code, seems to be a server caching issue. For now I added the rule to your WordPress > Customize > Additional CSS and the code is working, I’m sure your server cache will update in the next few hours and it won’t cause any issues to have the same code in two places for now.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Copyright a Post Image #988369

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

    Best regards,
    Mike

    in reply to: New homepage spacing & font size and weight issues #988368

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

    #top.page-id-3370 #main #footer .container {
        padding: 0 50px !important;
    }
    #top.page-id-3370 #main #socket .container {
        padding: 0 50px !important;
    }

    Please note that when you make this the homepage you will need to change the “page-id-3370” in all of the css to “home”

    Best regards,
    Mike

    in reply to: Question About Adding a Child Theme #988271

    Hi,
    There should be no problems adding your child theme at this point, but you will need to gather your codes that you added to your functions.php and add them to your child theme functions.php
    The css you added to your Quick CSS will be imported into your child theme.
    The only issue that some have, is clicking the wrong button when installing the child theme, I’ll explain more about this below.
    While you can add codes to the header easily without installing a child theme, you will run the risk of losing all of your custom functions.php codes if you update the Enfold theme.

    When you are ready to install the child theme, please disable all caching and copy all of your custom functions.php codes to a text file, then copy all of your quick css to another text file (because our moto is is “back it up”, right :) then go to Enfold Theme Options > Import/Export > Export Theme Settings File, and save it to your computer “back it up”
    Then go to the link in the Private Content area and download the child theme file, please don’t use a plugin for this step, download the real child theme and upload it to your themes and activate.
    Then Go to Enfold > Import/Export > Import Parent Theme Settings and click the blue button “Import Parent Theme Settings”

    When this is done, you will need to go to your homepage and refresh a couple of times and clear your browser cache a couple of times. In some rare cases a couple of colors won’t be right, typically the link colors, don’t panic, this is rare, just let us know and link to your “Theme export file” that you saved earlier.

    The last step is to add your custom functions.php codes into your child theme functions.php

    I hope this helps put your mind to ease, and remember you can also do a full backup via your webhost to be really sure.

    Best regards,
    Mike

    Hi,
    Sorry you will not be able to allow other pages while in maintenance mode.
    But you can display content in modal windows, or lightbox popups.
    This will allow you to hide the content until someone clicks to see your legal texts and confirmations which will be stored in a code block element.
    First add this code to the end of your functions.php file in Appearance > Editor:

    function popup_inline() { ?>
    <script type="text/javascript">
    jQuery(window).load(function(){
    	jQuery('.open-popup-link').magnificPopup({
    	  type:'inline',
    	  midClick: true
    	});
    });
    </script>
    <?php }
    
    add_action('wp_head', 'popup_inline');

    Then add this code in the General Styling > Quick CSS field:

    .white-popup {
      position: relative;
      background: #FFF;
      padding: 20px;
      width: auto;
      max-width: 500px;
      margin: 20px auto;
    }

    you can adjust the max-width to suit your needs, but try this code to start with.

    Then in a code block on your maintenance page add this code:

    <a href="#test-popup" class="open-popup-link">Click this button to open form in lightbox</a>
    
    <div id="test-popup" class="white-popup mfp-hide">
    YOUR SHORTCODE GOES HERE
    </div>

    Notice that the first line is the link trigger to open the popup, and the popup is below. Just replace the text “YOUR SHORTCODE GOES HERE” with your text or advanced layout builder shortcode.

    To have more than one on a page, simply change the ID for each popup (id=”test-popup”) and trigger so it is unique.

    To get the advanced layout builder shortcodes Enable the Avia Layout Builder Debug and copy the shortcodes from the debug window.

    After you do this once or twice, you will see this is easy to do.

    Best regards,
    Mike

    in reply to: Removing Links from Images that create pages #988268

    Hey gatorfan02332,
    WordPress by default creates a single page for each attachment that you have on your site.
    The attachment page is not a true page that you will find listed with your pages, it is dynamically created.
    The css solutions above are only to keep users from clicking the links, not for SEO.
    Here is a option: How to Hide Media Attachment Pages in WordPress
    Here is another: How to Disable Image Attachment Pages in WordPress

    Best regards,
    Mike

    in reply to: Help creating a section #988266

    Hi,
    You would replace the 206 with 591:

    #top.page-id-591 .avia-content-slider-element-slider .image-overlay {
    background: #000000 !important;
    }
    
    #top.page-id-591 .avia-smallarrow-slider .avia-slideshow-arrows {
    width: 100% !important;
    top: 150px !important;
    }
    #top.page-id-591 .avia-content-slider-inner {
    margin: 0px 50px;
    }

    Best regards,
    Mike

    in reply to: Copyright a Post Image #988262

    Hi,
    Thanks for sharing your solution, Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: How to move logo to the left on the site? #988261

    Hey amikietiuk,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

Viewing 30 posts - 25,591 through 25,620 (of 34,353 total)