Kevin
Forum Replies Created
-
I just came across this concern as well. It would be really helpful if there was a way to see previous backups from WP Migrate’s settings page. It would allow us to:
- Delete old exports more easily without going through FTP/file management each time.
- Download an existing backup instead of creating a new one each time.
Forum: Plugins
In reply to: [Public Post Preview] Not working with OxygenHi @idrmarketing,
I can confirm that the Public Preview does not work when using Oxygen’s dynamic data and the user isn’t logged in. If a user is logged in, it works as expected.
The only workaround I can think of at this time is to use a Code Block element to echo the content such as:
<?PHP echo get_the_title(); ?>
Hope this helps!
Forum: Fixing WordPress
In reply to: Button code in portfolio project not workingAh bummer, I didn’t copy the search correctly!
It should’ve linked to a search for plugins that would provide button shortcodes: https://www.ads-software.com/plugins/search/button+shortcode/
While I haven’t tried any of these, in particular, it looks like either MaxButtons or LBDesign would meet your needs!
Forum: Fixing WordPress
In reply to: BBPress problemsHello @nolok38700,
Choosing the right forum can definitely be tricky! While bbPress can be customized it can be a lot of work! I would suggest looking for another forum plugin or question and answer plugin that will meet your needs. If you’re really just looking for a Q&A format one of these other options might be a quicker solution for you!
In regard to the text area being small, when you are editing the page check on the column to the right for a metabox called “Page Attributes” and see if the theme allows you to select a Template option (not all themes have them). If it does, you’ll want to select the one that would be either full-page width or no columns.
Hope this helps,
KevinForum: Fixing WordPress
In reply to: Button code in portfolio project not workingHi again @srabadan
Looking at your website itself most of the buttons I found either pointed to where you buy the theme, or just a simple http/https with no URL following it. I looked at the Hellen theme on Themeforest as well. I would suggest reaching out to the theme developer via their support page and see if they might be able to help you a little more.
Alternatively, you might try looking at another Button Shortcode plugin that might do the trick until you can figure out what’s really going on with the current button solution.
Hope this helps,
Kevin- This reply was modified 6 years, 10 months ago by Kevin.
Forum: Fixing WordPress
In reply to: PostHello @srilanka123,
I did some searching to see if I could find anything to help you out with this! One of the first things I’ve seen is that it sounds like it could be something within a theme or plugin.
Could you try
1) Disabling all plugins and see if it works?
2) If that does solve it, enable plugins one by one to see which plugin is causing the issue. If you find out which one it is, it would be helpful to reach out to them on the plugin’s support page here and let them know the issue!
3) If no plugins are causing the issue, try switching to a default theme and see if it’s still happening.If it’s not any of those, it could be some related to PHP memory, where you will need to update the wp-config.php, here’s some more info on the PHP memory limit!
Hope this helps,
Kevin- This reply was modified 6 years, 10 months ago by Kevin.
Forum: Localhost Installs
In reply to: Ups! Page not foundHello @adrianaerio,
I’m sorry to hear your having some issues with permalinks! They can be tricky sometimes.
If you haven’t already, I’d encourage you to read this article about Using Permalinks.
I’m guessing you may have already done the .htaccess part. A lot of times when permalinks mess up it’s best to change your Permalink structure to plain, save it, and then go back to pretty permalinks.
In relation to the anchor situation
Here’s a couple quick articles I found talking about anchors within WordPress posts or pages:
https://wpfaq.org/site/anchors/
https://www.wendycholbi.com/anchor-links-jump-links/To briefly overview for whatever you’re looking to create an anchor to, you’ll wrap in an
<a>
tag with the value of name. So for example:
<a name="myanchorname>This is the text I'd like to link to</a>
To reference that link within the same post you can just use
#myanchorname
as the URL when creating another link
To reference that link in a separate page you would usehttps://example.com/yourpage#myanchorname
Hope this helps!
-Kevin- This reply was modified 6 years, 10 months ago by Kevin.
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Variables and HTML fieldWell I’ve done some more testing and I’ve gotten everything to work correctly, however the issue is that the lookup within the function of the shortcode doesn’t refresh after changing the value within the drop down field.
So I’m thinking I should probably look into either doing something where I have an HTML field for each of the groups in the drop down, and then do conditional logic for whether or not the field is visible, or possibly look to some sort of script option. I don’t think there’s a way to do it otherwise.
Forum: Fixing WordPress
In reply to: Plug-in conflictHello Mark,
That is unfortunate to hear! I would suggest reaching out to ARI themselves via their support form.
Alternatively, you could also try another plugin that might have the same features as ARI, via the plugins directory, or possibly something like Beaver Builders Addon that has lightboxes and says it supports Beaver. I’ve never used any of these myself to give sound advice, just some ideas from a quick search!
Hope this helps,
KevinForum: Fixing WordPress
In reply to: Plug-in conflictHello @mark84vidler,
The easiest way that I know how to do that would be to either disable all plugins and enable one by one until you find out which one breaks ARI. Or to disable plugins one by one to see when ARI starts working.
Hope this helps,
KevinForum: Fixing WordPress
In reply to: Button code in portfolio project not workingHello @srabadan,
My apologies for not responding sooner, things got a little crazy here!
I took a look at the one page you have linked again and when I look at the shortcode it shows that the url is
https://https/
so I’m wondering if you might be missing the url altogether within the shortcode?From what I can see I believe your shortcode should read like so:
[button text="Color Separations" align="center" link="https://example.com/2018_build/?page_id=1816||target:%20_blank|"]
You will just need to replace the
example.com
with your website.Hope this helps!
If you’re still having an issue afterwards, would you be able to let me know what plugin/theme you are using for the button shortcode?Thanks,
KevinForum: Localhost Installs
In reply to: WordPress says I dont existHello @proflooney,
This had happened to me before as well! I encourage you to check out how to access your username and changing passwords with phpmyadmin
If you aren’t able to get there, I’m sure we can find another way.
Hope this helps,
KevinForum: Fixing WordPress
In reply to: Button code in portfolio project not workingHello @srabadon!
Congrats on your first project!
The first thing I saw was that on your second link, it’s missing the
:
afterhttps
I believe it should read `
[button text=”Color Separations” align=”center” link=”url:https://exanple.com/2018_build/?page_id=1816“]
Please let me know if that fixes your first issue!
Hope this helps,
KevinForum: Fixing WordPress
In reply to: “Sorry, no posts matched your criteria.”Here is where I thinking:
ImageThen change the product category URLS in the menu structure.
Let me know how it goes!
Forum: Fixing WordPress
In reply to: “Sorry, no posts matched your criteria.”Good thinking @pxforti! It does look like your menus are off @matijdk. You have them set to: https://ambarvioletajoyeria.com/category/plata-y-oro/, but if I look at the category on one of the items you linked it is: https://ambarvioletajoyeria.com/categoria-producto/plata-y-oro/
Try updating the links in the menus and that should alleviate the problems!
Let us know how it turns out!
Kevin