Forum Replies Created

Viewing 20 posts - 301 through 320 (of 4,903 total)
  • Author
    Posts
  • in reply to: Menu Issues on Parallax Frame #118169
    Mahesh
    Participant

    @jcmoch: The update will be released today. Last time I had installed updated the theme on your site.

    Regards,
    Mahesh

    in reply to: Full Width image on a page ? #118168
    Mahesh
    Participant

    @nicolaslhtr: Where actually is this occurring? Slider or main content? If slider, please use larger image with width of 1080p. For content area, add the following CSS:

    #content .hentry {
        padding: 10px;
    }

    Regards,
    Mahesh

    in reply to: Change Mobile Menu Button Styling #118112
    Mahesh
    Participant

    @dosk: Add the following CSS for color:

    #menu-toggle {
    	background-color: #fff000;
    	color: #ff00ff;
    }

    I just checked your site and the dotted borders are now gone.

    Note: Change the colors as desired.

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Text over header image #118111
    Mahesh
    Participant

    @pjballantine: For Site title color, go to Dashboard=> Appearance=> Customize=> Color Options=> Header Colors and alter Header Text Color. And for menu, go to Dashboard=> Appearance=> Customize=> Color Options=> Primary Menu Colors and alter Color and Hover/Active Text Color.

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Change Mobile Menu Button Styling #118097
    Mahesh
    Participant

    @dosk: For changing menu color, go to Dashboard=> Appearance=> Customize=> Color Options=> Primary Menu Color Options.

    For removing the dotted border and change font, go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    /* Change font family */
    .main-navigation a {
        font-family: "Times New Roman";
    }
    /* Remove dotted border */
    #menu-toggle:focus {
    	outline: 0
    }

    Note: Please use your desired font family.

    Regards,
    Mahesh

    in reply to: Text over header image #118096
    Mahesh
    Participant

    @pjballantine: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Full Width image on a page ? #118095
    Mahesh
    Participant

    @nicolaslhtr: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .container {
    	width: 100%;
    }
    
    #site-generator .site-info {
    	padding: 30px 10px;
    }

    Regards,
    Mahesh

    in reply to: Menu Issues on Parallax Frame #118074
    Mahesh
    Participant

    @jcmoch: Have you installed the new copy of the theme again? Let me know further.

    Regards,
    Mahesh

    in reply to: Update failed message #118073
    Mahesh
    Participant

    @mbcla-pro: Do you get any error beside “Theme install failed”? Do you have any other plugins apart from Catch Web Tools? If yes, try disabling theme and try again. Let me know if the problem persist.

    Regards,
    Mahesh

    in reply to: Banner header and menu size #118072
    Mahesh
    Participant

    @mmariaperlo: Your site is currently under maintenance. Let me know further and please specify which text too.

    Regards,
    Mahesh

    in reply to: Post not showing up on homepage #118031
    Mahesh
    Participant

    @jessolo: We’ll have to check on your server to find the issue. We’ll contact you shortly via email.

    Regards,
    Mahesh

    in reply to: Banner header and menu size #118019
    Mahesh
    Participant

    @mmariaperlo: I hope I was able to resolve your issue. Would you mind taking a few minutes to write a review for me please?
    https://wordpress.org/support/theme/simple-catch/reviews/#new-post
    I’d really love to know what you think of my support. Your feedback is deeply valued as it will help potential clients read about your experience and also help me improve.
    Thank you so much for your help!

    Regards,
    Mahesh

    in reply to: The color of the font in the floating menu #117929
    Mahesh
    Participant

    @lehii17: Do you mean the mobile menu that slides from left? Let me know further.

    Regards,
    Mahesh

    Mahesh
    Participant

    @wordaz: Go to Dashboard=> Appearance=> Customize=> Custom CSS box and add the following CSS:

    body, button, input, select, textarea {line-height: 1.3; }
      
      body ul li, body ul li a, body ol li, body ol li a, body .entry-content ul li, body .entry-content ul li a, body .entry-content ol li, body .entry-content ol li a {
        font-family: Roboto,Helvetica,Arial,sans-serif;
        font-size: 15px;
    }

    Regards,
    Mahesh

    in reply to: Parallax issues #117900
    Mahesh
    Participant

    @nickcoromelas: Remove logo image just when it responses to mobile?
    Add the following CSS:

    @media screen and (max-width: 990px) {
    	#site-branding {
    		display: none;
    	}
    }

    Parallax menu. In the desk top version I want a single page scroll.
    For this you’ll need to use have Custom Links menus. Then use following url for “Power User”
    http://www.nickcoromelas.com/#logo-slider.

    You are using static home page, and currently the Nick Coromelas page is selected as Front page, its from that page. Please select the page which you want to be displayed in homepage. For this, go to Dashboard=> Appearance=> Static Front Page.

    For changing position, you’ll need to create child theme and customize, tell me where exactly you want to shift position, and I’ll provide you with the code. If you are not familiar with programming, I strongly recommend you to hire a customizer.

    You can find more details on creating child theme HERE. Then in your child theme’s functions.php, add the following code:

    function parallax_frame_child_move_to_footer(){
    	remove_action( 'parallax_frame_before_content', 'parallax_frame_hero_content_display', 20 );
    	add_action( 'parallax_frame_after_content', 'parallax_frame_hero_content_display', 40 );
    }
    add_action( 'init', 'parallax_frame_child_move_to_footer' );

    Note: It will move hero content to the bottom, just above the footer.

    Regards,
    Mahesh

    in reply to: Menu Issues on Parallax Frame #117896
    Mahesh
    Participant

    @jcmoch: Please check, I’ve fixed it now, there was some scripts placing issue in the theme.

    Regards,
    Mahesh

    in reply to: Banner header and menu size #117825
    Mahesh
    Participant

    @mmariaperlo: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and replace

    #headimg {
    	margin-top: -95px;
    	margin-bottom: -15px;
    }

    with

    #headimg {
        margin-bottom: -25px;
    }
    
    #header-content {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: Footer widgets not working at all #117823
    Mahesh
    Participant

    @ugpost: You recently gave me some really helpful comments about my service. I really appreciate the time you took to help me improve. Thank you!

    Best Wishes,
    Mahesh

    in reply to: Banner header and menu size #117822
    Mahesh
    Participant

    @mmariaperlo: I’ve edited the above CSS please check. The menu width is working fine, its reduced than previous.

    Regards,
    Mahesh

    in reply to: Parallax issues #117786
    Mahesh
    Participant

    @nickcoromelas: Thank you for using Parallax Frame Pro.
    * Parallax menu- am not clear how to have it do a single page scroll like the demo. I understand i included items in the drop downs but i believe i should set anchors to positions on a single page.
    – Please clarify more on this.

    * I am trying to use the promotion section and there is no place to add my link. the button comes back to your site.
    – There has been a small bug in the theme, this will be fixed in the next update.

    * Portfolio images are extremely big on my screen. The images are created at 200px by 200px.
    – The recommend image size for portfolio is 480*320 pixel. Please check the theme instruction in the link below:
    https://catchthemes.com/theme-instructions/parallax-frame-pro/#featured-image

    * Mobile- am not sure how to change the color of the menu button. i believe it is white currently.
    – Go to Dashboard=> Appearance=> Customize=> Additional CSS and add the following CSS:

    .mobile-menu-anchor a.genericon-menu {
    	color: #ff00ff;
    }

    * Mobile. the top image is getting cut off by the header bar.
    Ideally i would like to make the header bar transparent.
    You are using following CSS, please remove it.

    #masthead {
        background-color: #fff;
    }

    * Is it possible to switch the location of the logo slider? I see that the feature content had the ability but that is limited as well.
    – Where do you what to display it?

    Regards,
    Mahesh

Viewing 20 posts - 301 through 320 (of 4,903 total)