Forum Replies Created

Viewing 30 posts - 61,621 through 61,650 (of 67,134 total)
  • Author
    Posts
  • in reply to: Reduce Whitespace #208977

    Hey!

    Please use this to adjust the top margin of columns:

    body .column-top-margin {
        margin-top: 0px;
    }

    Best regards,
    Ismael

    Hey!

    Don’t place the font face code inside the media queries. Place the code under:

    /* General Custom CSS */

    Best regards,
    Ismael

    in reply to: Remove #208970

    Hey!

    If you want to show the page thumb on those pages, you can use this:

    .tax-product_cat.term-warmtepompen .page-thumb {
    display: block;
    }

    This is for the category page “warmtepompen”. You can do the same with the other category pages. Make sure you place it below the first code I posted above.

    Regards,
    Ismael

    in reply to: Don't Display the Header #208968

    Hey!

    Can you please give us a link to the blog page? Please post a screenshot of the element you’re trying to remove.

    Best regards,
    Ismael

    in reply to: enfold > menu > login button #208967

    Hey David!

    Please use this on your custom.css or Quick CSS to adjust the height of the menu list:

    .main_menu ul:first-child > li a {
    height: 40px !important;
    line-height: 40px !important;
    }

    Add this to move the main menu position:

    #avia-menu {
    position: relative;
    top: 30px;
    }

    Cheers!
    Ismael

    in reply to: Open Page in Lightbox #208965

    Hi Mario!

    You can refer to this link: http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/

    Regards,
    Ismael

    in reply to: Change Woocommerce category name font size and style #208964

    Hi!

    Please add this on your custom.css or Quick CSS to change the category names:

    .products .product h3 {
    padding-top: 5px;
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    margin: 0;
    font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    }

    You can move the category title using this:

    .product-category a h3 {
    position: absolute;
    top: 0;
    }
    
    .product-category a img {
    position: relative;
    top: 30px;
    }

    Regards,
    Ismael

    in reply to: Change the text of "You might also like" #208961

    Hey!

    Are you using WPML? Please use this plugin: http://wordpress.org/plugins/codestyling-localization/

    Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to search for all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).

    Regards,
    Ismael

    in reply to: Remove #208960

    Hey!

    Can you please post a link to the actual subcategory and category page?

    Cheers!
    Ismael

    in reply to: Mobile issues with header buttons, layer slider and menu #208958

    Hey!

    1.) Please add this on custom.css or Quick CSS to move the reserve now button when viewing on iPad:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .header-buttons {
    left: 0;
    }
    }

    2.) How did you add the content boxes on the layer slider? You can a unique css selector to each layer. Edit the layer then go to Attributes panel. You can use this selector to hide the layer on mobile devices using media query.

    3.) Can you please post a screenshot of the issue? Add this on Quick CSS:

    #top .main_menu .menu li:hover {
    background: transparent;
    }

    Regards,
    Ismael

    in reply to: Enfold installation issue #208955

    Hey!

    Glad it is working now. :)

    Cheers!
    Ismael

    in reply to: Change Woocommerce category name font size and style #208952

    Hey eric_peeters!

    I’m a bit confused about the category names. Is this the category inside the single product view or the title of the category page? Can you please post a a link to the actual page or category names?

    Best regards,
    Ismael

    in reply to: increase logo size #208950

    Hey!


    @lucindaholland
    : Please create a new topic. We don’t want the issues and request getting jumbled up. Anyway, please post a screenshot of what you’re trying to achieve with the logo.

    Best regards,
    Ismael

    in reply to: Don't Display the Header #208942

    Hi Mattia!

    Edit the Blog page then look for Layout > Header Settings > choose “Don’t display the header”.

    Cheers!
    Ismael

    in reply to: Full screen slider #208941

    Hey!

    You can only specify a certain height for the LayerSlider but it will not exactly fit the browser screen. Please hire a freelance developer to configure the Layer Slider plugin to fullscreen.

    Cheers!
    Ismael

    in reply to: Remove #208940

    Hey eric_peeters!

    Can you please post a link to the actual subcategory page? Please add this on your custom.css or Quick CSS:

    .tax-product_cat .page-thumb {
    display: none;
    }

    Best regards,
    Ismael

    in reply to: Change the text of "You might also like" #208937

    Hey heufti65!

    Edit includes > related-posts.php, find this code on line 65:

    $output .= "<h5 class='related_title'>".__('You might also like', 'avia_framework')."</h5>";

    Best regards,
    Ismael

    in reply to: custom.css in any language #208934

    Hi!

    Glad you figured that out immediately. :))

    Cheers!
    Ismael

    in reply to: Add Audio Player to Social Icon Top Bar #208933

    Hey!

    You can edit header.php, find this code on line 101:

    if(strpos($headerS,'bottom_nav_header') === false) avia_social_media_icons($social_args);

    Below, add the do_shortcode function with the plugin’s shortcode:

    echo do_shortcode( '[sc_embed_player fileurl="http://myblog./wp-content/uploads/2014/01/music.mp3" volume="10" loops="true"]' );

    Add this on Quick CSS to position the button properly. Adjust if necessary.

    .sc_player_container1 {
    position: absolute;
    top: 0;
    left: 83px;
    }

    Regards,
    Ismael

    Hi!

    1.) It should be there by default. Try to download the theme again then update your installation.

    2.) What is the font you’re trying to use? Did you create a font folder inside the enfold theme? Please post the @font-face code that you created.

    Cheers!
    Ismael

    in reply to: Portfolio and Mosaic picture issues #208926

    Hey Kalmatron!

    1.) Edit the Portfolio Grid element then look for “Link Handling”, choose “Display the big image in a lightbox”.

    2.) Add this on your custom.css or Quick CSS:

    .tiled-gallery-item.tiled-gallery-item-large a img {
    width: 100% !important;
    padding: 2px;
    }

    Regards,
    Ismael

    in reply to: About Font Format #208925

    Hi!

    You can use this:

    `.iconlist_title {
    text-transform: capitalize !important;
    }

    Best regards,
    Ismael

    in reply to: Retina 2x #208922

    Hey!

    Yes, define the normal size for the max width and height. Please post the link to your website. What is the size of your logo?

    Cheers!
    Ismael

    in reply to: vk.com social media button #208921

    Hi Vermishelle!

    Please refer to this link on how to add social icons: https://kriesi.at/support/topic/adding-custom-social-icons/

    Best regards,
    Ismael

    in reply to: Page's style messed up when updated by an editor #208918

    Hi oliviad!

    Maybe, he’s doing something that alters the style or content of the page. Can you please post a screenshot of the issue? The page looks fine on my end.

    Best regards,
    Ismael

    in reply to: Center 90px logo #208917

    Hey webpress!

    You can adjust the position of the logo using this on Quick CSS:

    .logo.bg-logo {
    top: 20px;
    }

    Adjust the top value if necessary.

    Cheers!
    Ismael

    in reply to: Full screen slider #208914

    Hi Dogmut!

    After you added the images on the fullscreen slider, click on the images again then insert a caption title and description. You can also add a button.

    Regards,
    Ismael

    in reply to: Reduce Whitespace #208861

    Hey keneastwood!

    You can reduce the padding above the footer using this on Quick CSS:

    .avia-section-large .content, .avia-section-large .sidebar {
    padding-top: 70px;
    padding-bottom: 10px;
    }

    The page http://cravensafetyservices.co.uk/health-and-safety-support-packages/ gives me a 404 error.

    Regards,
    Ismael

    in reply to: Partner / Logo Element #208859

    Hi MtnStreamGroup!

    Can you please give us a link to the page? I tested this on my end and the alt tag doesn’t show up when I didn’t place anything on the Image Caption field.

    Regards,
    Ismael

    in reply to: Rename Blog Title and Breadcrumb #208856

    Hey!

    I’m trying to find a solution here and I’m so glad Dude provided one. Dude’s code works on my end. Please replace this line with the exact Blog title that you have:

    $search = 'SEO Tools to Equip Your Business – Blog';

    I have a page named “Blog” then I replace the breadcrumb trail to “Awesome Blog”. This is the result:

    Best regards,
    Ismael

Viewing 30 posts - 61,621 through 61,650 (of 67,134 total)