Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2285572
how to customize recent update in widget
Closed

Comments

  • morganmosess started the conversation

    hello,

    help me to customize widget it seems like this 

    http://prntscr.com/quxw7n


    i still build in localhost like this 

    http://prntscr.com/quxwtw

     thank you

  •  2,699
    PenciDesign replied

    Hi,

    What's the way you're using to config your homepage?

    If you're using Customize to config the homepage, you can go to Customize > Options & Colors for Sidebar > and change the "Widget Heading Titles" to style 2. And go to Customize > Colors for Homepage & Homepage Title Box Options > and change the "Homepage Title Box Style" to style 2.

    If you're using Elementor or WPBakery page builder, you can go to edit that page by use Elementor ( WPBakery ) and change the heading titles to Style 2 on "Heading Block Title"


    Best Regards,

    PenciDesign

  • morganmosess replied

    thank you.


    i have question again.

    i have categories, let says category "A" than i want in page of category "A" is show only 8 post 

    and category "B" is show only "4" post.


    thank you

  •  2,699
    PenciDesign replied

    Hi,

    Unfortunately, there is no any option to do that. You just can change all category pages to display a number posts per page. You can change this value via Dashboard > Settings > Reading > Blog pages show at most


    Best Regards,

    PenciDesign

  • morganmosess replied

    oke thanks..


    again, how i use widget .soledad related posts ? 


  •  2,699
    PenciDesign replied

    Hi,

    You can go to Appearance > Widgets > drag & drop widget "Soledad Related Posts" to your posts sidebar.

    And go to view a post > you can see the widget appears. It's related posts - so it only appears when you viewing a post.


    Best Regards,

    PenciDesign

  • morganmosess replied

    hello,

    how i customize padding/margin title and content on page ?

    here i got pict to explain: i want content to close with title 


    http://prntscr.com/qx6dyv

  •  2,699
    PenciDesign replied

    Hi,

    It seems you've enabled the page header. Please check it again and disable the page header because as I see you don't need for use it.


    Best Regards,

    PenciDesign

  • morganmosess replied

    okay thanks.

    but how i change title page to left? and add some line under title ?

    http://prntscr.com/qx6t5k

  • morganmosess replied

    help me to customize widget footer - navigation page ,

    i want look my  widget footer - navigation page like this https://prnt.sc/qx7hrk 


    and i have make widget footer like this https://prnt.sc/qx7i1y


    i want change style widgate nav page just in footer.


    please help

  •  2,699
    PenciDesign replied

    Hi,

    1/ To add line below the page title & change page title to left, please try add more this code to Customize > Custom CSS:

    .penci-page-header { text-align: left; padding-bottom: 10px; }
    .penci-page-header:after {
        content: '';
        display: block;
        width: 60px;
        border-bottom: 2px solid #447180;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    

    Notes:

    - Change value 60 to change the width of the line.

    - Change color code #447180 to color code you want to change the color for the line. You can get a color code here

    2/ Unfortunately, this theme doesn't support for that footer style.


    Best Regards,

    PenciDesign

  • morganmosess replied

    hello,

    1.) how to change size title post on featured slider http://prntscr.com/qxwns9

    2.) how to remove space img on featured slider http://prntscr.com/qxwp4m


  •  2,699
    PenciDesign replied

    Hi,

    1/ Please try add more this code to Customize > Custom CSS to do that:

    .penci-mag-featured-content h3 a{ font-size: 18px; }
    .featured-style-26 .penci-item-1 .penci-mag-featured-content h3 a{ font-size: 28px; }
    

    Change values 18 & 28 to values as you want.

    2/ This slider is boxed slider, so you can't be remove the white space on the left & right. I just can help you remove the space between slider & header. To do that, please add more this code to Customize > Custom CSS:

    .featured-area{ margin-top: -60px; }

    Best Regards,

    PenciDesign

  • morganmosess replied

    hello, 

    1/ how to add reCaptcha v3 in comment section ? http://prntscr.com/qy7xbx

    i've been setup reCaptcha v3 and i don't know to apply this http://prntscr.com/qy7y0e

  •  2,699
    PenciDesign replied

    Hi,

    Your setup is reCaptcha for Contact Form 7 - NOT for comment form.

    Please check this guide for this:

    https://www.wpbeginner.com/plugins/how-to-add-recaptcha-to-wordpress-comment-form/


    Best Regards,

    PenciDesign

  • morganmosess replied

    1/ how to custom size font feature slider, title home page, title category page on mobile device ? 

    http://prntscr.com/qycxx2

  •  2,699
    PenciDesign replied

    Hi,

    Please show me your site URL to I can take it a look to help you.


    Best Regards,

    PenciDesign

  •  2,699
    PenciDesign replied

    Hi,

    To do that, please try add more this code to Customize > Custom CSS:

    @media only screen and (max-width: 767px){
    .featured-style-24 .penci-item-1 .penci-mag-featured-content h3 a,
    .featured-style-24 .penci-item-3 .penci-mag-featured-content h3 a, 
    .featured-style-24 .penci-item-0 .penci-mag-featured-content h3 a,
    .featured-style-24 .penci-item-2 .penci-mag-featured-content h3 a { font-size: 13px; }
    .penci-homepage-title.penci-magazine-title h3 a,
    .penci-border-arrow.penci-homepage-title .inner-arrow{ font-size: 16px; }
    .penci-grid.penci-fea-cat-style-13 li .item h2 a,
    .home-featured-cat-content .first-post .magcat-detail h3 a,
    .penci-grid li .item h2 a, .penci-masonry .item-masonry h2 a{ font-size: 18px; }
    }
    

    Change values 13, 16, 18 to values as you want.


    Best Regards,

    PenciDesign

  • morganmosess replied

    Tank you so much it worked!!

  • morganmosess replied

    hello,

    i need help. i did customize all my web, custom css, All plugins setting. and want to move hosting how i save my all data customezied ? 


    from the begining i use soledad child theme, how to keep all data 100% same when i move hosting? 


  •  2,699
    PenciDesign replied

    Hi,

    To do that, you need to do following steps:

    1/ Install plugin Customizer Export/Import & activate it for both sites: localhost & live site.

    2/ Go to localhost site > Appearance > Customize > Export/Import > and export the setting > you can get a .dat file.

    3/ Go to live website > Appearance > Customize > Export/Import > and import the .dat file you got on step 2.

    Best Regards,

    PenciDesign

  • morganmosess replied

    hello,

    can u help me why i have issue AMP ? 

    http://prntscr.com/r08hxu

  •  2,699
  • morganmosess replied

    hello,

    i want to use soledad theme to another web is it ok ?

  •  2,699
    PenciDesign replied

    Hi,

    You need to buy more licenses to use it on other websites.

    With one regular license, you just can use for one website only.

    Example:

    If you want to use this theme for 2 websites, you need to buy 2 licenses for that 2 sites.

    If you want to use this theme for 3 websites, you need to buy 3 licenses for that 3 sites.

    If you want to use this theme for 5 websites, you need to buy 5 licenses for that 5 sites.

    ... etc


    Best Regards,

    PenciDesign

  • morganmosess replied

    hello, 

    i bought license to new website and need help

    1. move hamburger menu to left then logo

    2. how empty menu on header, i want only menu in hamburger

    http://prntscr.com/r212m3

  •  2,699
    PenciDesign replied

    Hi,

    1/ Can you show me your site URL to I can take it a look?

    2/ It seem you didn't create a menu for your main navigation. Please go to Appearance > Menus > create a new menu for your main navigation > add menu items to your menu > scroll down and check to "Primary Menu" at the bottom.


    Best Regards,

    PenciDesign

  • morganmosess replied

    help me,

    i just migrate host, looks normal but i test google search console Linked AMP version is invalid with issues Custom JavaScript is not allowed.

    i test https://search.google.com/test/amp result: 

    http://prntscr.com/r3oyy9 

    http://prntscr.com/r3oz7u

    help me

  •  2,699
    PenciDesign replied

    Hi,

    I just checked it and I see it's validated fine:

    Check this image: http://prntscr.com/r3ttuq


    Best Regards,

    PenciDesign

  • morganmosess replied

    hey,

    can i resize  prompt privacy police ? text and buttin accept also read more want to be smaller 

    http://prntscr.com/r40joq

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Appearance > Customizer AMP ( NOT Customize ) > Custom CSS to do that:

    .penci-gprd-law { padding: 6px 0; background: rgba(255, 255, 255, 0.6); text-align: center; }
    .penci-gprd-law p, .penci-gprd-law a { font-size: 13px; margin: 0; }
    .penci-gprd-law button { font-size: 13px; padding: 0 15px; line-height: 28px; }
    

    Change 2 values 13 on the above code to value as you want.


    Best Regards,

    PenciDesign