ProDesigns

Forum Replies Created

Viewing 15 posts - 661 through 675 (of 971 total)
  • Author
    Posts
  • in reply to: Sticky Menu #8043
    ProDesigns
    Keymaster

    Hi @romondo,

    There is no option to make header/menu sticky in theme. We will add this feature in an upcoming version.

    We will inform you once this option is added.

    Thank you.

    in reply to: Change Author #6927
    ProDesigns
    Keymaster

    You can go to Users and add new author. Regarding excerpt, you might have provided excerpt length value higher than words number in your posts. So it might not be visible.

    in reply to: Change Author #6925
    ProDesigns
    Keymaster

    You can find the option to change author at bottom of post edit page.

    Hope this screenshot will help you https://s.nimbus.everhelper.me/share/1310926/24nw7skdl1a38dmiok0v

    Thanks.

    in reply to: Translate theme word #6551
    ProDesigns
    Keymaster

    Hi @cesar,

    Please go to Appearance >> Widgets and open Winsome: Latest News widget you are using.

    Check option to hide read more button as shown in screenshot: https://s.nimbus.everhelper.me/share/1308526/cvmwpytdcznfn1ebdxlp

    Hope this will help you.

    Thank you.

    in reply to: Orientação #8219
    ProDesigns
    Keymaster

    Hi @cesar,

    Please post your queries in English.

    in reply to: color control #7332
    ProDesigns
    Keymaster

    Thank you.

    in reply to: Social Network logo #7198
    ProDesigns
    Keymaster

    You have assigned Social menu at footer. This theme have option to show social menus in footer or sidebar only.

    in reply to: Remove Line between title #7131
    ProDesigns
    Keymaster

    You can use following CSS to replace line with stars

    #home-page-widget-area .widget-title span::before,
    #home-page-widget-area .widget-title span::after{
    	content: '\f005\f005\f005\f005';
    	font-family: "FontAwesome";
    	font-size: 12px;
    	letter-spacing: 5px;
    	background-color: transparent!important;
    	width: auto;
    	height: auto;
    	transform: translate(0%, -50%);
    	-moz-transform: translate(0%, -50%);
    	-webkit-transform: translate(0%, -50%);
    	-ms-transform: translate(0%, -50%);
    	-o-transform: translate(0%, -50%);
    	position: absolute;
    	top: 50%;
    }
    
    #home-page-widget-area .widget-title span::before{
    	margin-right: 10px;
    }
    
    #home-page-widget-area .widget-title span::after{
    	margin-left: 10px;	
    }
    in reply to: Remove border on page #7135
    ProDesigns
    Keymaster

    Hi @sodsada,

    Please go to Appearance >> Customize >> Additional CSS and paste following CSS to remove the white border of the page.

    .page-template-full-width-page #primary article {
        padding: 20px 0;
        border: none;
    }
    in reply to: Primary navigation menu issue #8123
    ProDesigns
    Keymaster

    Hi @habijabi,

    We can see You have created child theme to customize PT Magazine. But the order of style is changed.

    Please keep mean menu at top, style of parent after that and then style of child theme.

    Hope it will help you.

    in reply to: Sliders #7874
    ProDesigns
    Keymaster

    Hi @dreamcwilliams

    You do not need to know CSS or code to change slider.

    To change slider settings, go to Appearance >> Customize >> Featured Slider Options

    To change slider image, title and content, go to pages and find pages used for slider. Click on it to edit and update as per your requirement.

    Hope it will help you.

    Thank you.

    in reply to: color control #7330
    ProDesigns
    Keymaster

    Can you please send screenshot?

    in reply to: Social Network logo #7195
    ProDesigns
    Keymaster

    Hi @sodsada,

    It is not possible to show facebook icon near the logo. Note that this is the general theme so we need to make it useable for all type of website and need to stay on the boundary of WordPress theme review guidelines.

    This theme is highly child theme supporting theme. We have used hooks and actions to make it easily customize through so kindly customize it through child theme if you need any additional feature.

    Thank you.

    in reply to: Change Icon to image #7193
    ProDesigns
    Keymaster

    Hi @sodsada,

    You can find it inside includes/widgets folder and widget.php file.

    in reply to: Primary navigation menu issue #8120
    ProDesigns
    Keymaster

    Can you please provide us your site url?

Viewing 15 posts - 661 through 675 (of 971 total)