Forum Replies Created

Viewing 20 posts - 2,881 through 2,900 (of 4,116 total)
  • Author
    Posts
  • in reply to: border on menu dropdowns #128996
    tikaram
    Participant

    @catwingz : Glad to know that the issue has been resolved.

    Regards,
    Tikaram

    in reply to: Custom size of embed Videos #128995
    tikaram
    Participant

    @vocedeveriasaber : Please do not add this code in the original theme. If you add this code in the original theme, the changes will be lost after theme update. Its recommended to create a child theme and add the code.

    Regards,
    Tikaram

    in reply to: Can't set color to transparent #128989
    tikaram
    Participant

    @violetdeb: Can you please explain in detail where you are having an issue? Please provide the link as well.

    Regards,
    Tikaram

    in reply to: Date and time in header of article #128988
    tikaram
    Participant

    @ron66 : It can be done by creating a child theme and customizing your site as desired. If you are comfortable with child theme customizations please let me know.

    Regards,
    Tikaram

    tikaram
    Participant

    @catwingz : To remove the author add the following additional css.

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

    To remove the date add the following additional css

    .entry-meta .posted-on {
    	display: none;
    }

    Disabling comments will be fixed in upcoming update. For the time being, add the following css to fix the issue.

    .entry-meta .comments-link{
    	display: none;
    }

    To display the name of subcategory on the podcasts page add the following additional css.

    .category-podcasts .entry-footer {
    	display: block !important;
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    in reply to: Resize text phone view #128951
    tikaram
    Participant

    @merpmerp : Please post in your site URL.

    Regards,
    Tikaram

    in reply to: space around h2 #128950
    tikaram
    Participant

    @effess : Go to Appearance => Customize => Additional css and add the following css.

    div.events h2.event-name {
    	padding-top:0 !important;
    	}

    Let me know if you have any further issues.

    Regards,
    Tikaram

    in reply to: widget border #128942
    tikaram
    Participant

    @effess : Go to Appearance => Customize => Additional css and add the following css.

    #secondary .widget {
    	border:none
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    in reply to: Changing layout on Posts side #128919
    tikaram
    Participant

    @erict : If you would like display total content along with the image on the start page, you may create a page and select a static page instead of latest post from the customizer.
    Go to Appearance => Customize => Static Front Page
    Under Front page displays : Select A static page.

    To disable date stamp and author within the post add the following additional css.

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

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    in reply to: Custom size of embed Videos #128808
    tikaram
    Participant

    @vocedeveriasaber : Follow this link to know more about Creating child themes in WordPress. After you create a child theme add the following code in your functions.php file of child theme.

    add_action( 'wp_print_scripts', 'parallax_frame_child_deque_fitvid' );
    function parallax_frame_child_deque_fitvid(){
    	wp_dequeue_script( 'jquery-fitvids', get_template_directory_uri() . '/js/fitvids.min.js', array( 'jquery' ), '1.1', true );
    }

    After adding the above code the video will not resize. Let me know if this resolves your issue.

    Regards,
    Tikaram

    in reply to: Changing layout on Posts side #128803
    tikaram
    Participant

    @erict : Go to Appearance => Customize => Additional css and add the following css.

    .catchadaptive-masonry #main .hentry {
    	width: 100%;
    	float: none;
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    in reply to: Full width for latest post and 2 columns for older posts #128802
    tikaram
    Participant

    @scoop : This can be done by creating a child theme and customizing your site. I suggest you to hire a customizer as the customization needs some code changes on your homepage and it is not possible to provide you the exact code to make customizations as lot of work needs to be done on your site. Let me know if you have any more issues.

    Regards,
    Tikaram

    in reply to: Identity & Menu centered #128800
    tikaram
    Participant

    @edgarmedalla1gmail-com : Go to Appearance => Customize => Additional css and add the following css.

    @media screen and (min-width: 64em) {
    #site-primary-navigation {
    	margin: 0;
    }
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    tikaram
    Participant

    @baraber : Let me know when your site is visible and I will provide you the required additional css.

    Regards,
    Tikaram

    in reply to: Removing social media buttons #128765
    tikaram
    Participant

    @lizwishawgmail-com: Glad to know that the issue has been resolved.

    Regards,
    Tikaram

    in reply to: Featured slider: disable text from sliding in from the right #128764
    tikaram
    Participant

    @violetdeb : Glad to know that the issue has been resolved. Have a Good day.

    Regards,
    Tikaram

    in reply to: change transparency #128763
    tikaram
    Participant

    @knepulski: The right margin is fine when I checked it from my end. Please view the screen shot from the following link.
    Screen shot: https://prnt.sc/ht8scx
    Please try clearing cache at your end.

    Regards,
    Tikaram

    tikaram
    Participant

    @tjurgens: You can easily change fonts from the customizer if you upgrade to Clean Portfolio Pro. Alternatively, the fonts can be changed with additional css. Let me know if you have any further issues.

    Regards,
    Tikaram

    in reply to: High Responsive theme – margins #128750
    tikaram
    Participant

    @noahf1993: You can add additional css to increase/decrease the margins of pages as this option is not available in theme options. Let me know if you have any further issues.

    Regards,
    Tikaram

    in reply to: Google calendar not working in IE 10 or 11 #128747
    tikaram
    Participant

    @steveb1475 : Glad to know that the issue has been resolved. Let me know if you have any further issues.

    Regards,
    Tikaram

Viewing 20 posts - 2,881 through 2,900 (of 4,116 total)