Forum Replies Created

Viewing 20 posts - 3,161 through 3,180 (of 14,509 total)
  • Author
    Posts
  • in reply to: Place page title over featured image #60528
    Sakin
    Keymaster

    @heather: Oh in your are looking to change single post/page. Then yes, you need to edit content-single.php and content-page.php file. Then you need to copy function fullframe_featured_page_post_image() to your child theme and functions.php file and add the following code where you want to show title.
    <h1 class="entry-title">' . get_the_title(). '</h1>'
    Maybe you can just add it after
    $fullframe_featured_image = '<div id="header-featured-image" class =' . $featured_image_size . '>

    in reply to: center images within space #60527
    Sakin
    Keymaster

    @effess: You image in that page is already center in content.

    in reply to: Place page title over featured image #60492
    Sakin
    Keymaster

    @heather: You can just copy fullframe_archive_content_image() function from fullframe-core.php file to your child theme functions.php file and then add in Title as per your need. Then you can copy content.php to your child theme and remove title from there.

    in reply to: The slider doesn't work #60474
    Sakin
    Keymaster

    @barbyma31: Thanks for your detail response.

    in reply to: WooCommerce Integration #60468
    Sakin
    Keymaster

    @afeauto: I have already mentioned to you that you need to update Catch Base Pro theme to latest version. See it at http://catchthemes.com/support-forum/topic/featured-image-and-sidebar-on-shop-page/

    Then add the detail mentioned there and it will work fine.

    in reply to: Remove Responsive Element #60467
    Sakin
    Keymaster

    @vlts: Once you check in “Disable Responsive Design” and save changes from “Appearance => Theme Options => Responsive Design”, it should work fine. Can you send me your site URL, then I can check in.

    in reply to: Featured Slider #60465
    Sakin
    Keymaster

    @Pier: If you want mixed slider, then I recommend you to upgrade to pro version and use “Featured Image Slider”, when you can upload image and link to any page, post, category, external links as per your need.

    in reply to: Image sizes #60464
    Sakin
    Keymaster

    @Tracey: Yes, I understand and this is the design that works like that. So, if you want same image to work on all.
    Then
    1. For slider and featured content, please user Featured Image Slider and Featured Image Content.
    2. Then for featured image, upload image size of 800px width and height 484px. This is size of featured image size.
    3. Then go to “Appearance => Customize => Layout Options”. Then in ” Archive Content Layout”, select the option “Excerpt Image Top” and in “Single Page/Post Image Layout”, select option “Featured Image Size”.

    in reply to: image size #60460
    Sakin
    Keymaster

    @toni: Looks like there is conflict with image and the “Photon” module of Jetpack plugin. I guess that you had inserted that image in your page before changing the Layout. So, trying removing that image and add it again as Full Size image. If this doesn’t solve then for now, you might need to deactivate “Photon” module of Jetpack from Jetpack setting.

    For others to insert image as Full Size image. See this screenshot https://www.pinterest.com/pin/548594798336717816/

    in reply to: Gallery images – increase number #60439
    Sakin
    Keymaster

    @Cybersnaby: Are you using Gallery post type then it will only show the image that are uploaded from that particular page “Add Media” button.

    in reply to: display menu titles? #60438
    Sakin
    Keymaster

    @effess: For that you need to build child theme and edit that menu script. Sorry no option to do that in default.

    Sakin
    Keymaster

    @Pius: Yes, looks like there is issue with your child theme.

    in reply to: fixed header top #60436
    Sakin
    Keymaster

    @aparente001 You have played totally with CSS which is causing issue. As your menu is being overlapped by your header. You can remove your header css and it will be fine.

    in reply to: Pages' background and text color #60435
    Sakin
    Keymaster

    @Flamingo: Great. thanks 🙂

    in reply to: Scroll problem and Mobile menu #60434
    Sakin
    Keymaster

    @Les: Sorry this is beyond my service. Please hire developer for this.

    in reply to: The slider doesn't work #60431
    Sakin
    Keymaster

    @barbyma31: Not sure why it’s not working. I will email you for that.

    in reply to: center logo #60430
    Sakin
    Keymaster

    @Maverick87Shaka: Please post in your site URL so that I can check in the spaces you get and will send you css to reduce it.

    in reply to: Image sizes #60429
    Sakin
    Keymaster

    @Tracey: Now where is the problem. Let me know it and I will try to check in what can be done.

    in reply to: Mobile menu expanded by default #60428
    Sakin
    Keymaster

    @oleymedia: You can add hover and active. It’s like that. You need to add Custom css

    .sidr ul li ul { display: none; }
    .sidr ul li:hover ul { display: block; }
    in reply to: deactivate h1 and h2 in header #60427
    Sakin
    Keymaster

    @RimFrost: Ok then for that, you need to build child theme and copy catchkathmandu_header_image() function in your child theme functions.php file and then remove it as per your need. For child theme, refer to http://catchthemes.com/blog/create-child-theme-wordpress/

Viewing 20 posts - 3,161 through 3,180 (of 14,509 total)