Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Is there a function conflict

    #39528

    If you try this instead does it make a difference?

    $first_query = new WP_Query( array( 'cat' => 10, 'posts_per_page' => -1 ) );
    Admin

    In reply to: Arabic Language

    #39011

    Try adding this to the theme’s Custom CSS option:

    #header .header_title,
    .header_desc,
    .bgimage-excerpt .slider_post h2 a,
    .bgimage-excerpt .slider_post h2 a:visited,
    .post-title,
    .post-title a,
    .entry-content h1,
    .entry-content h2,
    .entry-content h3,
    .entry-content h4,
    .entry-content h5,
    .entry-content h6,
    .comment-entry h1,
    .comment-entry h2,
    .comment-entry h3,
    .comment-entry h4,
    .comment-entry h5,
    .comment-entry h6,
    #comments > h4,
    #respond > h3,
    h3.author-post-list,
    .sidebar h3,
    .homepage_pane .post-title a,
    .homepage_pane .post-title a:visited,
    .pullquote,
    .single_product_display form.product_form fieldset legend,
    #content .single_product_display form.product_form fieldset legend,
    .default_product_display form.product_form fieldset legend,
    #content .default_product_display form.product_form fieldset legend,
    .default_product_display h2.prodtitle,
    #content .default_product_display h2.prodtitle {
    font-family: arial, sans-serif;
    }
    Admin

    In reply to: One item is not showing up on WP

    #38564

    You have this code in your child theme’s style.css file that’s causing it:

    tr:nth-of-type(5) td:nth-of-type(1) {
    visibility: hidden;
    }
    Admin

    In reply to: Slider image height — prevent tiling?

    #39593

    Setting for slider height is in Graphene Options > Slider Options > Slider height. You will then need to rebuild the thumbnails for your uploaded images to reflect this new size. I’d recommend AJAX Thumbnail Rebuild for this purpose.

    Admin

    In reply to: Size of images in post excerpts

    #39577

    Can you point to the specific post on your site where this is happening?

    Admin

    In reply to: Switch to desktop version not working

    #39586

    Hi Adrianw,

    You are correct, there seems to be an issue with this feature. I’ll investigate further and let you know how it goes.

    Admin

    In reply to: Highlighting in element menu top

    #39575

    Unfortunately, <select> element can’t be easily styled. They’re meant to be functional rather than presentational. I do not think that this is necessary though. If you’re using the <select> menu, the current selected menu item will be shown while the rest are hidden.

    Admin

    In reply to: Is there a function conflict

    #39526

    OK, then it’s probably a conflict with one of your plugins. Try disabling them?

    Admin

    In reply to: Arabic Language

    #39009

    Strange.. I don’t see it on your site:

    DNioDuj.png

    Admin

    In reply to: Page title issue when inserting a badge

    #39568

    Try this instead:

    .post-title,
    .post-title a {
    font: normal 24px "Pontano Sans", sans-serif !important;
    }

Viewing 10 posts - 1,691 through 1,700 (of 6,030 total)