Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@vichewordpress: one more thing you need to change, you need to replace
wp_page_menu( array( 'menu_class' => 'page-menu-wrap' ) );with the following:
wp_page_menu( array( 'menu_class' => 'menu catchresponsive-nav-menu' ) );Sakin
Keymaster@Carlo:
1. Sorry please replace previous css:#secondary, #sidebar-header-right { display: block; width: 100%; }with the following css:
#sidebar-header-right { display: block; width: 100%; }2. Then to center it, replace previous css:
.sidebar-top .widget { width: 100%; }with the following:
.sidebar-top .widget { text-align: center; width: 100%; }Sakin
Keymaster@effess: For that you need to build child theme and then copy image.php file and then edit orderby
Sakin
Keymaster@Haydie: Thanks… Hope they will come with solution soon. Thanks
Sakin
Keymaster@Susie: You also need to add the following css:
#feature-slider .cycle-slideshow img { width: 100%; }Sakin
Keymaster@scooby: But those featured image are for posts in archive page. In page, you can just add image using “Add Media” and then insert into page.
When i page you are trying to add image.
Sakin
Keymaster@Carlo:
1 & 2) I see that you have added widget in “Header Top Sidebar”. So, it will be at top of your page. For header right, you need to move that widget from Header Top to the Header Right Sidebar.3. To center it, you can add teh following css:
#branding #text-3 { text-align: center; }4. This is default search widget in Header Right Sidebar. So, if you have no widget in “Header Right Sidebar” then default search widget will appear. You can either add widgets to Header Right Sidebar or replace that search widget or disable header right sidebar from “Appearance => Theme Options => Header Options” and check in “Disable Header Right Sidebar”
Sakin
Keymaster@paulFort2: Ok you can hide it by adding the following css in “Appurtenance => Theme Options => Custom CSS” box:
#slider-wrap .featured-text { display: none; }Sakin
Keymaster@Joyce: Looks like you already fixed it. Sorry for the late response as your text like were marked as spam and couldn’t check in.
Chicago Pro has new sidebar so it might get conflict with. Go to “Appearance => Widgets” and check if there is anything in Header Right Sidebar.
Sakin
Keymaster@scooby: Sorry I don’t understand it what is not working as expected in pages. Please post in your site URL and explain.
Sakin
Keymaster@wertooos: Please check your settings at “Appearance => Theme Options => Excerpt/More Tag Settings” and change “More Tag Text”.
Sakin
Keymaster@AnnaVartanyan: Thanks 🙂
Sakin
Keymaster@Moods: Looks like there is settings issue. Can you go to “Appearance => Customize => Theme Options => Homepage/Frontpage Options”, then un-select all category or select the categories from which you want to show posts.
Sakin
Keymaster@Kim: there i no option to add more button, as promotion headline is only for 1 promotion headline.
If you like then you can add HTML code in Promotion Sub-headline.
The other option is to build child theme and edit that functions to add new features.
To center image in footer widget with CT Advertisement, you can add the following css in “Appearance => Customize => theme Options => Custom CSS Options” box:
#supplementary .widget_widget_catchbase_adspace_widget img { display: block; margin: 0 auto; }Sakin
Keymaster@Kim: For that, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#promotion-message p { text-align: justify; }August 29, 2015 at 9:31 am in reply to: use "more" option / change font size / photos in widget #65537Sakin
Keymaster@Kim: ok you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.widget_widget_catchbase_adspace_widget img { display: block; margin: 0 auto; }Sakin
Keymaster@Carlo: For that you can add widget in Header Right Sidebar from “Appearance => Widget” and to make it full width, just add the following css in “Appearance => Theme Options => Custom CSS” box:
#secondary, #sidebar-header-right { display: block; width: 100%; } .sidebar-top .widget { width: 100%; }Sakin
Keymaster@ccarmody: To add header image like the reference site, you can go to “Appearance => Header” and upload the header image with max width: 1140px. If you want similar theme to that either use “Catch Evolution” http://catchthemes.com/themes/catch-evolution/ theme or “Catch Box” http://catchthemes.com/themes/catch-box/ theme
Sakin
Keymaster@Cordula: That is default RSS feed from WordPress core and we don’t have control on it. You might want to try plugin for that.
-
AuthorPosts
