Forum Replies Created

Viewing 20 posts - 9,241 through 9,260 (of 12,014 total)
  • Author
    Posts
  • in reply to: Resizing/Responsiveness issues #164299
    Skandha
    Member

    @joshua: Please post in your site URL so that I can look into the issues you mentioned.

    Kind Regards,
    Skandha

    in reply to: Error on updating and saving pages #164291
    Skandha
    Member

    @appareas: I will look into the issue and will get back to you within no time.

    Kind Regards,
    Skandha

    in reply to: Do I need Pro??? #164290
    Skandha
    Member

    @dani-leigh: Hello there, it depends on your requirements whether you need the pro version or not. Basically the pro version has much more features than the free version. You can check-out the additional-features available in pro version of the theme and make a decision to upgrade to pro.

    I hope this helps you out!
    Kind Regards,
    Skandha

    in reply to: video home #164288
    Skandha
    Member

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

    #wp-custom-header-video-button {
    	display:none;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    in reply to: Create custom image sizes & increase font size #164232
    Skandha
    Member

    @sorayacge: Yes, the above code will only change featured image size.
    Go to => Child Theme Folder => functions.php and the following Code.

    function child_theme_setup() {
        add_image_size( 'slider', 1600, 600, true ); //Featured Post Slider Image
    	add_image_size( 'featured', 800, 324, true ); //Featured Image
    	add_image_size( 'small-featured', 400, 267, true ); //Small Featured Image
    }
    add_action( 'after_setup_theme', 'child_theme_setup', 11 );

    You can change the images size of the above.
    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: Catch Fullscreen, bugs and small issues #164229
    Skandha
    Member

    @thomaswaerness: I checked your site and saw the issue you are having with the menu when you scroll down the page. It is strange that the menu seems to be working fine at my end.

    Can you please try deactivating all your plugins and check if this resolves the menu issue?

    Can you please elaborate the issue with “centering jumps” when hitting the button menu? I wasn’t able to get you.

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

    in reply to: modern menu broken #164228
    Skandha
    Member

    @peer: Can you try deactivating all your plugins and check if this resolves the modern menu issue you are having?

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

    in reply to: Social Media Links #164227
    Skandha
    Member

    @valeriewallace: Hello there, Custom Social Links option is not available in this theme.

    To add a social link via social menu

    Select Menu Locations
    You can assign your custom menu in 4 different locations. You assign it either from "Appearance => Customize => Menus => Manage Location" or from "Appearance => Menus => Manage Location"
    Select your Custom Menu as Primary Menu to display it as the Main Menu, which will replace the default Page Menu
    Select your Menu as Header Right Menu
    Select your Menu as Header Top Menu to show menu in top
    Select your Menu as Footer Menu
    Select your Menu as Social Header Right Menu
    Select your Menu as Social Links on Primary Search Menu(Only visible in mobile view)
    Select your menu as Social Footer Menu 

    Let me know if you are still having issue with creating a social menu.
    Kind Regards,
    Skandha

    in reply to: Change Homepage body background color #164226
    Skandha
    Member

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

    #post-29 .entry-content {
    	background-color:#000052;
    }
    .wp-block-button.aligncenter {
    	padding-bottom:20px;
    }

    You can change the color according to your choice.

    Do you mean to display sidebar and footer only on specific pages? If yes let me know on which pages you want them to be displayed.

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

    in reply to: Contact Form Style #164220
    Skandha
    Member

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

    #post-87 #wpforms-260 {
    	font-family:poppins,sans-serif;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    in reply to: Bug of passage ? #164215
    Skandha
    Member

    @keikodamaikada: 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/fotografie-blog/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: CT:Tour open link in new window #164214
    Skandha
    Member

    @erich74: Glad I was able to help you out. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Featured Image Slider content disappearing #164213
    Skandha
    Member

    @effess: Glad it worked out. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Undefined index: news_ticker_show (line 162) #164209
    Skandha
    Member

    @chriswood1993: Hello Chris,
    The theme update has been released. Please update the theme and let me know if the issue is resolved.

    Kind Regards,
    Skandha

    in reply to: deactivate primary menu in "rock star" theme #164208
    Skandha
    Member

    @appleseed: Glad you were able to figure it out. Let me know if you have anymore issues.

    Kind Regards,
    Skandha

    in reply to: Contact Form Style #164206
    Skandha
    Member

    @calisto1780: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Change Homepage body background color #164203
    Skandha
    Member

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

    .site-header-logo {
    	background-color:#000052;
    }

    You can change the color according to your choice.
    Let me know if this is what you want!
    Kind Regards,
    Skandha

    in reply to: How do i disable the search button on the top right corner? #164143
    Skandha
    Member

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

    Kind Regards,
    Skandha

    in reply to: Bug of passage ? #164140
    Skandha
    Member

    @keikodamaikada: Hello there, Sorry for the late reply.
    Since Fotografie Blog Pro is already a child theme of Fotografie Theme you cannot create a child theme of it.
    Sorry for the mishap.
    You will need to create a plugin for this.
    I will contact you shortly by email.

    Kind Regards,
    Skandha

    in reply to: Catch Fullscreen, bugs and small issues #164139
    Skandha
    Member

    @thomaswaerness: Can you attach me screenshot of the issue you are having with the menu?
    Are you having issue while scrolling through the pages? Please explain your issue.

    Kind Regards,
    Skandha

Viewing 20 posts - 9,241 through 9,260 (of 12,014 total)