Forum Replies Created

Viewing 20 posts - 11,181 through 11,200 (of 12,035 total)
  • Author
    Posts
  • in reply to: Opening another site inside wordpress frame? #146529
    Skandha
    Participant

    @landyvlad: I guess <iframe> tag should work fine.

    Let me know if the issue persists.
    Kind Regards,
    Skandha

    in reply to: Header image size and text #146528
    Skandha
    Participant

    @eikon13: 1. You will get the best result if you follow the recommended image sizes.

    2. You can also change color from the customizer Go to => Appearance => Customize => Color Options
    Let me know which text color you want to change.

    3. That option is not available in the theme. I suggest you to hire a customizer.

    Let me know if this helps you out.
    Kind Regards,
    Skandha

    in reply to: H1 tag of Jamsom theme #146526
    Skandha
    Participant

    @homa: Copy the content.php, content-page.php and content-single.php files from your parent theme folder to your child theme folder. Find <h2> and replace by <h1> and save the files.

    Let me know if this works out.
    Kind Regards,
    Skandha

    in reply to: Change width of sidebard #146525
    Skandha
    Participant

    @josefsdorf: Well you can try this
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code

    #content .wrapper {
        width:100%;
    }

    Let me know if this works out.
    Kind Regards,
    Skandha

    in reply to: Featured Slider on mobile view #146523
    Skandha
    Participant

    @mhoener: Please try re-installing the theme and check if the issue gets resolved. The slider seems to be working fine in mobile view at my end.

    Kind Regards,
    Skandha

    in reply to: Change width of sidebard #146522
    Skandha
    Participant

    @josefsdorf: You are already using the full-width layout option available in the theme. To increase the width even more you will need to make a lot of changes. If you really need it I suggest you to hire a customizer.

    Kind Regards,
    Skandha

    in reply to: Updated Jetpack Plugin; Site Now Down #146518
    Skandha
    Participant

    @julieinthesky1971: I see that your site is running. I presume the issue is resolved?

    Kind Regards,
    Skandha

    in reply to: copyright credit not showing up in footer #146516
    Skandha
    Participant

    @israel_finn: I am not able to access your site. Can you let me know when you’re site is accessible?

    Kind Regards,
    Skandha

    in reply to: Making secondary menu transparent #146515
    Skandha
    Participant

    @israel_finn: Glad I could help you out. Have a good day!

    Kind Regards,
    Skandha

    in reply to: Edit/Delete Explore box on my homepage #146514
    Skandha
    Participant

    @sitanath: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/clean-fotografie/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day!

    Kind Regards,
    Skandha

    in reply to: Change Colors And Mobile Logo Size #146513
    Skandha
    Participant

    @positivelyvisual: To reduce the space around page-title
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .custom-header .entry-container {
    	padding-top:100px;
    	padding-bottom:25px;
    }

    To change color of menu item and search
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #search-toggle a, .menu-label {
    	color:#fff !important;
    }
    .fixed-nav .menu-toggle .fa, .fixed-nav .menu-close .fa {
    	color:#fff !important;
    	border-color:#fff !important;
    
    }
    
    #search-toggle .fa.fa-search:hover {
    	color:#000 !important;
    }
     
    .menu-toggle .fa.fa-bars:hover {
    	background-color:#000 !important;
    }

    Let me know if this works out.
    Kind Regards,
    Skandha

    in reply to: Change blockquote style? #146508
    Skandha
    Participant

    @landyvlad: 1. Once you have pasted the block-quote image inside the images folder inside your theme folder you need to put the full url only the image name with extension will do.

    2. Please post in your site URL.

    Kind Regards,
    Skandha

    in reply to: Adjusting gaps at top of page and removing search box #146504
    Skandha
    Participant

    @wabbit: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    To remove the search field

    #header-right-search {
        display:none;
    }

    To reduce gap between slider and featured content section

    #feature-slider {
    	padding-bottom:0;
    }

    To reduce gap page header and slider

    #masthead {
    	padding-bottom:0;
    }
    #site-branding {
    	padding-bottom:0;
    }

    Let me know if this works out.
    Kind Regards,
    Skandha

    in reply to: Catch Responsive Pro Featured Slider Issue #146476
    Skandha
    Participant

    @wabbit: Glad the issue is resolved. Have a good day!

    Kind Regards,
    Skandha

    in reply to: Change color menu #146475
    Skandha
    Participant

    @clcv37: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-evolution/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day!

    Kind Regards,
    Skandha

    in reply to: Catch Responsive Pro Featured Slider Issue #146470
    Skandha
    Participant

    @wabbit: Please post in your site URL and can you also elaborate your issue.

    Kind Regards,
    Skandha

    in reply to: Menu items not showing in edit section #146462
    Skandha
    Participant

    @aj2: I just checked your site and it seems you have not created a menu yet. The menu being displayed in the front end is the default page menu when no menu is created.

    So to create a menu
    Go to => Appearance => Menus => Create new Menu
    Then add menu items from the left
    then Go to => Manage Location => Select where you want the menu to be displayed.

    Let me know if this solves the issue.
    Kind Regards,
    Skandha

    in reply to: Sidebar Width #146430
    Skandha
    Participant

    @sea82: Hello there, you don’t seem to be using our theme. Please post your queries in the respective theme support forum.

    Kind Regards,
    Skandha

    Skandha
    Participant

    @maxzaska: Yes, it is possible but you will have to do with the limited features available in the free theme. Let me know what do you want to add beneath the homepage image and I will suggest you how you can achieve that.

    Kind Regards,
    Skandha

    in reply to: Change color menu #146428
    Skandha
    Participant

    @clcv37: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #colophon #access-footer ul.menu a {
        color:#ffa015;
    }

    Let me know if this works out.
    Kind Regards,
    Skandha

Viewing 20 posts - 11,181 through 11,200 (of 12,035 total)