Forum Replies Created

Viewing 30 posts - 25,891 through 25,920 (of 34,566 total)
  • Author
    Posts
  • in reply to: Image full width on ONE side of the content #986247

    Hi,
    Thanks for the login, I added the css to your Quick CSS & cleared your cache plugin and now the text has 20px left side padding.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Unexpected Image Link Hover Effect? #986244

    Hi,
    Glad to hear, shall we close this then?

    Best regards,
    Mike

    in reply to: Magazine Alterations #986225

    Hi,
    To sort the magazine element, Please try adding this code to the end of your functions.php file in Appearance > Editor:

    add_filter('avf_magazine_entries_query', 'avf_magazine_entries_custom_query');
    
    function avf_magazine_entries_custom_query ( $query ) {
    $query['orderby'] = 'date';
    $query['order'] = 'DESC';
    return $query;
    }
    

    If you wish to edit other aspects of the file, you can add the modified file to your child theme by creating the shortcodes folder and add this code in your functions.php

    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

    Hi,
    I changed the code in your function to work on every image on your site, Please clear your browser cache and check.
    Since you won’t have the title under your lightbox image, perhaps you will also wish to hide the “number” of images under the lightbox also.
    If so please try this code in the General Styling > Quick CSS field:

    .mfp-bottom-bar {
    display: none !important;
    }

    Best regards,
    Mike

    in reply to: Unexpected Image Link Hover Effect? #986200

    Hi,
    Please try:

    h2 a:hover {
    text-decoration: underline !important;
    }

    Best regards,
    Mike

    Hi,
    Please add a dropbox link to your font zip so we can check it.

    Best regards,
    Mike

    in reply to: Image sizes #986194

    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: Using pngs instead of fontello icons #986193

    Hi,
    Please include a admin login & FTP access in the Private Content area, so we can take a closer look.

    Best regards,
    Mike

    in reply to: Problems with Blog #986192

    Hi,
    I believe this is true, because it is getting a error message on submit, so it’s not telling you that it was successfully sent.
    We will keep this open until you can test with the correct SMTP details.

    Best regards,
    Mike

    in reply to: Placement of code for pop-up #986190

    Hi,
    Yes this code is for adding scripts via the functions.php & it’s a good way to add scripts.
    The “wp_head” is what puts it in the head, if you want to add it to the footer, use “wp_footer”
    2018-07-16_210507
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Space between heading element and text block #986187

    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: Can not display Google AdSense Ads #986186

    Hi,
    Glad to hear that you have an answer to the issue.
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    Hi,
    Good article, thanks for sharing :)
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Enfold active entry #986183

    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: Widget area #986181

    Hi,
    Thanks for the login, I added the custom class so your css rule will work.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Translate some words in Portfolio & search #986178

    Hi,
    There are 15 times “All” is in a phrase, case sensitive, but only one time by it’s self, line 3590
    2018-07-16_203346
    Please download from the Private Content area

    Best regards,
    Mike

    in reply to: Lightbox for Product Image Gallery #985909

    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: Image sizing and removal #985908

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

    Best regards,
    Mike

    in reply to: Layer Removal in Layerslider #985797

    Hi,
    Thank you for the login, I was able to click each text layer and then click the trash can to delete, I then clicked the save button at the bottom of the screen.
    Are these the steps you tried?
    What browser are you using?
    I looked at your server settings, which seemed fine, but I did get a server timeout error (503) navigating between pages, which is not a good sign for a webhost.
    Do you have a option to upgrade your service, or switch webhosts?

    Best regards,
    Mike

    in reply to: H1 tag – Home page #985793

    Hey J,
    Have you considered adding a h1 special heading element to both pages, a h1 doesn’t necessary have to be at the very top of the page.
    Perhaps we can add a h1 tag to the element of your choice on the page with javascript if it has a unique class:

    $(document).ready(function() {
        $(".unique_class").replaceWith("<h1>new H1 heading</h1>");
      });

    We would need to see your pages and elements

    Best regards,
    Mike

    in reply to: How to make the special heading align to the right #985786

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

    .av-special-heading-tag {
    float: right !important;
    }

    If this doesn’t help please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: Space between heading element and text block #985785

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

    .av-special-heading {
        padding-bottom: 0px !important; 
        margin-bottom: -30px !important;
    }

    If this doesn’t help please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: Layer Removal in Layerslider #985784

    Hey profputr,
    Please make a copy of the slider and tell us which lay you wish to remove so we can try, and so if we mess up you will still have your original to work with.
    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: Price #985782

    Hi,
    Thanks for considering Enfold.

    Best regards,
    Mike

    in reply to: Remove Headings from Widgets, Comments and so on #985781

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

    h3.widgettitle {
    display: none !important;
    }

    I believe this got them all, I didn’t find any h5 on your page.
    Please clear your browser cache and check, and let us know if there are any others.

    Best regards,
    Mike

    in reply to: hover on portfolio filter #985777

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

    #top a.av-masonry-entry:hover > .av-inner-masonry img {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    }

    Best regards,
    Mike

    in reply to: Product Description Not Showing on Mobile #985773

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

    @media only screen and (max-width: 767px) {
    #top div.product .woocommerce-tabs:last-child {
        display: block !important; 
    }
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Grid Row Spacing / Borders #985772

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

    #top.home .flex_cell.avia-builder-el-6 {
        border-right-color: #fff !important; 
        border-right-style: solid !important; 
        border-right-width: 5px !important; 
    }
    #top.home .flex_cell.avia-builder-el-10 {
        border-left-color: #fff !important; 
        border-left-style: solid !important; 
        border-left-width: 5px !important; 
    }

    With the grid row that you are using we can’t separate the boxes, and because of the background colors there is a slight line in the middle that we can’t remove. You could use half of the code above and have the border 10px to one side to avoid the line, and perhaps you won’t notice one side is larger.
    Otherwise you will need to use two columns to create the space in the middle.

    Best regards,
    Mike

    in reply to: Magazine Alterations #985771

    Hey enduringword,
    I took a look at your page, but I don’t see any dates on it, and since it’s The Book of Revelation, I’m not sure you want to reverse the order?
    Perhaps I’m looking at the wrong page, please advise.

    Best regards,
    Mike

    in reply to: Table Alignment question #985770

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

    .avia-table td:nth-child(1) {  
    vertical-align: top !important; 
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

Viewing 30 posts - 25,891 through 25,920 (of 34,566 total)