Home Forums Pro Themes Magazine Plus Pro REED MORE

Viewing 15 posts - 46 through 60 (of 60 total)
  • Author
    Posts
  • #143780
    Psink
    Keymaster

    No sir, I’m not familiar with these things

    #143956
    Diego Morilla
    Participant

    Hello Psink
    Yes I understand, that has nothing to do with the THEME. I wanted to ask you if there is any way to hide the information that appears above the post: title and publication date. I am sending you a demo video. Thank you

    greetings
    Diego

    https://youtu.be/brlD7gSUycY

    #143976
    Psink
    Keymaster

    Hello Digeo

    Please follow the screen record
    https://www.awesomescreenshot.com/video/2630653?key=a14a4e26d4b866b4c9b86a31d2c0b12e

    Have a great day

    Regards,
    psink

    #143981
    Diego Morilla
    Participant

    Hello Psink
    Yes very good, thank you very much

    greetings
    Diego

    #144889
    Diego Morilla
    Participant

    Hello Psink
    I would like to leave a single column in the tag cloud. It’s possible?
    This widget is on the secondary sidebar. Thanks

    https://youtu.be/c3bbPqTGgbE

    greetings
    Diego

    #144937
    Psink
    Keymaster

    Hello Digeo

    Please add this CSS in the Additional CSS

    
    .widget .tagcloud a{
        display: block;
    }
    

    Have a good day

    Regards,
    Psink

    #144943
    Diego Morilla
    Participant

    Hello Psink
    Yes very good, thank you very much. Have a good day

    greetings
    Diego

    #144963
    Diego Morilla
    Participant

    Hello Psink
    Can you tell me how to center a photo gallery?
    thank you very much

    https://youtu.be/DslVCxqbGmE

    greetings
    Diego

    #145027
    Psink
    Keymaster

    Hello Diego

    Add this CSS

    
    .entry-content ul, .entry-content ol {
        padding: 0px ;
    }
    

    Regards,
    Psink

    #145058
    Diego Morilla
    Participant

    Hello Psink
    Perfect, thank you very much. You have a good day.

    regards
    Diego

    #153304
    Diego Morilla
    Participant

    Hola Psink
    I currently use the Magazine Plus Pro template on my FLAMENCODEPAPEL blog. I would like to know if I can use this same template, with the same license, in another blog that I have created. Thanks

    A greeting
    Diego

    #153621
    Diego Morilla
    Participant

    Hola Psink
    A week ago I sent you this email, but I have not received a response:
    I currently use the Magazine Plus Pro template on my FLAMENCODEPAPEL blog. I would like to know if I can use this same template, with the same license, in another blog that I have created. Thanks

    A greeting
    Diego

    #153667
    Psink
    Keymaster

    Hello Diego

    I’m really sorry, due to my health problem I am not able to reply to you in time.

    No, you cannot use the same license again, it’s only available for a single theme for one year.

    In order to use for another blog, you have to get a new license

    For more info please contact directly through our contact form
    https://themepalace.com/contact-us

    Regards,

    #158013
    Diego Morilla
    Participant

    Hi Psink
    The new labels that I am creating do not appear in the list of labels.

    Thanks

    https://youtu.be/aZiUOPEBbD8

    #158044
    Psink
    Keymaster

    Hello Diego

    Actually by defaults only first 45 tags will display in the tag list. If you want to display more than 45 tags in the list. You need to add a few line of code in the function.php file.

    
    function magazine_plus_pro_tag_cloud_args( $args ) {
        $args['number'] = 70; // the number of tags you want to display.
        return $args;
    }
    add_filter( 'widget_tag_cloud_args', 'magazine_plus_pro_tag_cloud_args' );
    

    add this code in the function.php file. I recommend you to generate the child theme and add this code in the child theme

    or,
    You can provide us a login details through our contact form, we will add a code for you.

    here is the url for contact form
    https://themepalace.com/contact-us

Viewing 15 posts - 46 through 60 (of 60 total)
  • You must be logged in to reply to this topic.