Mateo
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Plugin tipo Search MeterHi @alexander-035 !
To see what people are looking for on your site, i recommend the “Search Analytics” plugin. This plugin allows you to keep a history of the search terms used by your users, it can easily help you find what your users are really looking for on your website.
You can of course use other plugins that perform this search function, but I tested it and it works perfectly.Hope this can help you!
Forum: Fixing WordPress
In reply to: Spacing in Blog different from PostHi @tspnyc!
Try pasting this code in Appearance> Customize> Add CSS.
div#page p { line-height: 23px; margin-bottom: 20px; }Let me know if it solves your issue.
Regards!!Forum: Everything else WordPress
In reply to: Eligibility Quiz (Plugin)Hello @joshl13!
There are many quiz plugins that you can customize to look like the quiz you shared.
I recommend “Quiz Maker” (but you can use the plugin you want), you can create your own quiz and your questions for free, choose your type (checkbox, radio, date, etc.), and you can set the approval percentage and the personalized message if you pass the questionnaire , the same option if you fail.
You can also see the results and the users who did it.
It has many settings to customize, check it out and tell me if it works for you.Regards!!
Forum: Everything else WordPress
In reply to: Comment changer la typographie du thèmeHello @elsalemeec!!
You can easily change the font of your site without CSS.
In the WP dashboard, go to Appearance > Customize > Theme Options > Typography and click Use Custom Fonts. Then choose your font for General, Headings and Logos.Regards!
- This reply was modified 5 years, 3 months ago by Mateo.
Forum: Everything else WordPress
In reply to: way to flag posts, then list all the flagged post ?Hi @freelylw !
If a user has an Author role, they cannot publish content. What they do is post content for your review.Then, an editor or administrator should look for the content that is waiting to be reviewed and define its publication status.
What you can do is create custom post statuses to define the post status and flag it. You can do it through a plugin, i recommend Edit Flow.
In this way, you can filter and list each publication status.
Let me know if it solves your problem.
Regards!!Forum: Fixing WordPress
In reply to: Blog Covering Header on Blog PageWith https://imgur.com/ or https://imgbb.com/. Upload the image and share me the link.
Forum: Developing with WordPress
In reply to: What the best plugin constructor for developingHey there!
Many of page builders doesn’t allows upload custom blocks. But you can create your own blocks for use in Gutenberg. This requires be familiar with HTML and CSS to create custom Gutenberg blocks.
Is complex explain to you how to do it by chat, but i found this article that explains step by spet how to do it. Is through a plugin, called “Block Lab“.
If it serves to you, let me know!Forum: Fixing WordPress
In reply to: Blog Covering Header on Blog PageNo, it should be instantaneous. Can you share a screenshot of what you see?
Forum: Everything else WordPress
In reply to: Translate “Next” & “Prev” buttonHello @thierryry !
Which is the specific name of the essential addon widget??Forum: Fixing WordPress
In reply to: Blog Covering Header on Blog PageGo to edit post and check if the visibility is set to “Public”. Do the same with the blog page.
Keep in touch!Forum: Fixing WordPress
In reply to: Blog Covering Header on Blog PageHi @cghilain !
Im in your site but i can’t see any post in the blog page so i can’t find the problem. Please publish a couple of posts so i could give you a solution.Forum: Developing with WordPress
In reply to: Allow one Editor user access to 1-2 pluginsHey @wyclef!
In the Pro version of User Role Editor, there is an option that allows you to restrict access to certain plugins you want based on role. Look at this. You have to pay for that, but i think it’s the easiest way to do it.
Regards!Forum: Fixing WordPress
In reply to: Need to find specific membership pluginHi @wordpressme2!
Services can be sold online in a similar way to products, so you can sell services by creating an e-commerce, using plugins like WooCommerce or Easy Digital Downloads.
But in your case, you want each user to be able to sell or offer your services / products, you are referring to a multi-vendor e-commerce (such as Amazon or Ali Express), allowing visitors to your site the option of signing up for their own account and then creating and selling their own services to all the other visitors.
In addition, you can take a percentage of services/products sales through quotation fees.
There are different plugins to do this.- For WooCommerce you can use “YITH WOOCOMMERCE MULTI VENDOR / MARKETPLACE“.
- For Easy Digital Downloads you can use “Frontend Submissions” + “Commissions“.
However, you will choose the complement that is most comfortable for you.
Let me know if it serves to you.
Kind regards!!Forum: Fixing WordPress
In reply to: Blog Header Cannot ModifyI insist, the best solution is to create a separate page for blog posts. This video explains in a very easy way how to do it. After that you can add it to your menu.
Any doubt I’m here to help!Forum: Fixing WordPress
In reply to: Blog Header Cannot ModifyHello,
I think you are using a default blog template provided by the theme.
You can create your own page called blog or something related, and display a grid of your posts on it.
But I can also give you some code to change the page layout of your current blog, maybe it will solve your problem.
Paste this in to custom CSS, is located on Appearance > Customize > Add CSS..wrap-inner-banner .page-header{ margin-top:35px; margin-bottom: 50px; } .breadcrumb-wrap { display: none; } section#main-content { margin-top: -35px; }Let me know if it solves your issue.
Regards!!