Forum Replies Created

Viewing 20 posts - 621 through 640 (of 4,116 total)
  • Author
    Posts
  • in reply to: How to change http/https to fb / intent #316015
    tikaram
    Participant

    @donaldscho : Can you please explain in more detail and post in the site URL as well so that I can understand the issue and provide you the required solution.

    Regards,
    Tikaram

    in reply to: Header Media Height #316000
    tikaram
    Participant

    @starek : If you don’t want to display buttons and text on your Header Media try removing everything from all the fields of the Header Media section from the customizer. Make sure all the fields are blank you will have a full sized header media.
    Please let me know if this helps you out.

    Regards,
    Tikaram

    in reply to: Hide date and author from portfolio posts #315999
    tikaram
    Participant

    @mufrgr : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    .entry-header .entry-meta {
        display: none;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    in reply to: Overlay Text on Header Media #315998
    tikaram
    Participant

    @fireflywebs : I will check for the issue and get back to you soon.

    Regards,
    Tikaram

    in reply to: Submenu item words start capatitalized #315964
    tikaram
    Participant

    @italianfox : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css

    .main-navigation ul ul a {
        text-transform: lowercase;
    }
    .main-navigation ul ul a::first-letter {
        text-transform: uppercase
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    in reply to: installation won’t complete #315961
    tikaram
    Participant

    @cef : Please contact your hosting server and ask them to increase the upload_max_filesize.

    Let me know if you have any other theme related issues.

    Regards,
    Tikaram

    in reply to: css to hide header on home page wordpress #315947
    tikaram
    Participant

    @maxsalad : To disable the Primary Menu : Login to your WordPress admin section. Go to Appearance => Customize => Theme Options => Menu Options

    Under Menu Options check on Check to disable Primary Menu
    If you would like to enable arrow in the header : Go to Appearance => Customize => Theme Options => FullPage Options
    Under Desktop Navigation : Select on Header.

    Let me know if this helps you out.

    Regards,
    Tikaram

     

    in reply to: Collumn block #315942
    tikaram
    Participant

    @hschwind : If  you would like to add padding to the text please add the following additional css.

    .wp-block-column.has-background .event-list p {
        padding-left: 20px;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    in reply to: Fotografie Pro Only Title above header slideshow #315938
    tikaram
    Participant

    @ujesko : To customize the site as desired you will need to create a child theme and make the changes with the help of child theme. Let me know if you are comfortable with child theme customization.

    Regards,
    Tikaram

     

    in reply to: Fotografie Pro featured contend slider text and bars #315927
    tikaram
    Participant

    @ujesko : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    #feature-slider .entry-title,
    #feature-slider .cycle-pager {
        display: none;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    tikaram
    Participant

    @mpeschmann35 : Glad to know it worked. let me know if you have any more theme related issues.

    Regards,
    Tikaram

    in reply to: remove wishlist icon & Comparison product icon #315919
    tikaram
    Participant

    @tatashinesmama : I checked your site and it looks like you have enabled the Shopengine plugin to display the wishlist heart icon and comparison icon. The icon are not displayed from the theme. Can you please try checking the plugins settings and disabling the undesired modules from plugin settings. If you are still having issues disabling the icons Please contact the Plugin support regarding the issue. Let me know if you have any other theme related issues.

    Regards,
    Tikaram

    in reply to: Hide Page Title? #315916
    tikaram
    Participant

    @charleshood : Please try adding the following additional css instead of the previous one.

    .home .content-area .entry-header {
      display: none;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    in reply to: Change top menu color and dropdown background color #315902
    tikaram
    Participant

    @charleshood : Nice to hear back from you and glad that my support worked on your website. If it’s not too much trouble, I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/euphony/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! 🙂

    Regards,
    Tikaram

    tikaram
    Participant

    @maxsalad : Glad to know that you have resolved the issues. Let me know if you have any more theme related issues.

    Regards,
    Tikaram

    tikaram
    Participant

    @tatashinesmama : Nice to hear back from you and glad that my support worked on your website. If it’s not too much trouble, I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/photofocus/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! 🙂

    Regards,
    Tikaram

    in reply to: Facebook icon link #315897
    tikaram
    Participant

    @maxsalad : I checked your site and It looks like you have added Facebook link in the social menu in the header menu. If you would like to display the Social Links in the header menu you will need to change the menu style to classic instead of Modern.
    If you would like to use the modern menu the social icons will be displayed below the primary menu.

    Regards,
    Tikaram

    in reply to: css to hide header on home page wordpress #315896
    tikaram
    Participant

    @maxsalad : You can easily disable header image from Home Page from the customizer.
    Login to your WordPress admin section. Go to Appearance => Customize => Header Media
    Under Enable on : Select Excluding Homepage and click on publish.
    If you would like to completely disable the header section you can disable it as well.

    Let me know if you have any more issues.

    Regards,
    Tikaram

    tikaram
    Participant

    @mpeschmann35 : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    .more-link {
        border-radius: 0 !important;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    in reply to: How can I replace the word “Archives” in Portfolio? #315893
    tikaram
    Participant

    @galenfea : If you would like to hide the word Archives it can be done with the help of additional css.
    If you would like to change the word you will need to create a child theme and make the changes accordingly.
    Let me know if you are comfortable with child theme customization.

    Regards,
    Tikaram

Viewing 20 posts - 621 through 640 (of 4,116 total)