Home › Forums › Pro Themes › Magazine Plus Pro › REED MORE
- This topic has 59 replies, 2 voices, and was last updated 3 years, 2 months ago by Psink.
-
AuthorPosts
-
February 1, 2021 at 6:27 am #143780PsinkKeymaster
No sir, I’m not familiar with these things
February 3, 2021 at 4:22 pm #143956Diego MorillaParticipantHello 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 yougreetings
DiegoFebruary 4, 2021 at 12:46 am #143976PsinkKeymasterHello Digeo
Please follow the screen record
https://www.awesomescreenshot.com/video/2630653?key=a14a4e26d4b866b4c9b86a31d2c0b12eHave a great day
Regards,
psinkFebruary 4, 2021 at 1:39 am #143981Diego MorillaParticipantHello Psink
Yes very good, thank you very muchgreetings
DiegoFebruary 19, 2021 at 4:03 pm #144889Diego MorillaParticipantHello Psink
I would like to leave a single column in the tag cloud. It’s possible?
This widget is on the secondary sidebar. Thanksgreetings
DiegoFebruary 20, 2021 at 10:05 pm #144937PsinkKeymasterHello Digeo
Please add this CSS in the Additional CSS
.widget .tagcloud a{ display: block; }
Have a good day
Regards,
PsinkFebruary 21, 2021 at 3:41 am #144943Diego MorillaParticipantHello Psink
Yes very good, thank you very much. Have a good daygreetings
DiegoFebruary 21, 2021 at 7:24 am #144963Diego MorillaParticipantHello Psink
Can you tell me how to center a photo gallery?
thank you very muchgreetings
DiegoFebruary 22, 2021 at 11:05 pm #145027PsinkKeymasterHello Diego
Add this CSS
.entry-content ul, .entry-content ol { padding: 0px ; }
Regards,
PsinkFebruary 23, 2021 at 1:21 pm #145058Diego MorillaParticipantHello Psink
Perfect, thank you very much. You have a good day.regards
DiegoJune 27, 2021 at 6:20 pm #153304Diego MorillaParticipantHola 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. ThanksA greeting
DiegoJuly 4, 2021 at 4:35 pm #153621Diego MorillaParticipantHola 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. ThanksA greeting
DiegoJuly 5, 2021 at 11:41 pm #153667PsinkKeymasterHello 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-usRegards,
September 22, 2021 at 7:27 am #158013Diego MorillaParticipantHi Psink
The new labels that I am creating do not appear in the list of labels.Thanks
September 23, 2021 at 12:15 am #158044PsinkKeymasterHello 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 -
AuthorPosts
- You must be logged in to reply to this topic.