jeffnar
Forum Replies Created
-
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] “Next” and “Previous” Arrows Not WorkingI found a website that was using the plugin, the same version of WP and the same theme. The difference was in their version of PHP. For the site using PHP v7.4, the calendar arrows are working. The site using PHP v7.3 is the site whose calendar suddenly isn’t working.
To tie this into skisnkeys query, the PHP 7.3 site is a GoDaddy managed WP site and when you log onto GoDaddy to change the PHP, it only offers up to 7.3. The person who handles the calendar for said website called GoDaddy and was told an upgrade to 7.4 is possible, but as I mentioned, it is not showing up as an option in the dropdown menu for upgrading.
So the misbehavior is either due to the plugin recently being compatible with PHP 7.4 but suddenly not backwards compatible with 7.3 (calendar worked fine for 2 years until 2 weeks ago), or it somehow has to do with GoDaddy’s managed WP.
Thanks,
JeffnarForum: Plugins
In reply to: [Timely All-in-One Events Calendar] “Next” and “Previous” Arrows Not WorkingHi Benjamin,
Thanks for the reply. I was away from work stuff over the weekend.
The site’s servers are using PHP version: 7.3.30.
The Next and Back arrows’ behavior is still happening on at least Chrome and Safari. It just started last week after 2+ years of using the plugin.
(One other brand new behavior is when I’m editing an event and hit the Repeat check box I get a grayed-out screen. I’ll do some more research on that and submit a separate ticket if it persists or may have to upgrade to premium.)
Forum: Fixing WordPress
In reply to: Adjustments to Home page images and footer textPaid themes usually have a support forum you can ask questions in, like this one for the Virtue Premium theme:
https://www.kadencethemes.com/support-forums/forum/virtue-theme/
Here on www.remarpro.com forums, we can only help you with free themes found in the WordPress repository.
Not a problem at all. Did you try naming the album without colons or semicolons and see if it worked?
Forum: Fixing WordPress
In reply to: Undeline WORDS feature in WordPress PostHmm, so are you only seeing one line of the toolbar then? If so, click on the far right icon (it will say “toggle toolbar” when you hover over it) and see if that 2nd line of tools, including Paragraph, underline, etc show up.
Forum: Fixing WordPress
In reply to: Images not showing up for 2/3rds of viewersI’m seeing all images’ paths start with : “https://i2.wp.com/www.healthyteengirls.com.” When I remove that bit of the url so that the image’s url starts with “/wp-content/etc…” then the images show. Are the images being pulled from offsite?
Forum: Fixing WordPress
In reply to: 403 Forbidden – Editor on Functions.php – Changing thumbnail size!Howdy,
Unless you are using a child theme, you shouldn’t be trying to re-write functions.php.
There is a way to do what you’re trying to do from within the Dashboard. If you go to Settings -> Media, you will see a page where you can manually change the maximum dimensions of all your media image files when they upload: thumbnails, medium and large sizes.
If for some reason this does not work for you and you are using a child theme, if you really feel you must edit functions.php, make sure you are editing the child theme files and not your parent theme files.
Happy WordPressing!
Forum: Fixing WordPress
In reply to: Undeline WORDS feature in WordPress PostHi JUANLO,
When you’re using the Visual editor, underneath the B and I you’re referencing, you’ll see the drop down that assigns whether text is Paragraph, Header1, etc. Just to its right is the “U” for assigning underline to text.
Howdy,
There’s a forum for the plugin you’re using here. Someone may have run into this issue over there.
I’m not familiar with the plugin, but have you tried naming a new album without the ” : “, as in EX- XXX? Many times colons and semi-colons are not accepted in file titles.
Forum: Fixing WordPress
In reply to: problem changing themeTried to take a look but your site isn’t loading for me. I’m getting a DNS (Domain Name server) error.
What happens when you just try and load a default theme like Twenty-fourteen? Did your site work before? It could be that there’s a server configuration error like the message said. See if someone from your hosting company can help you make sure your DNS and WP database are set up correctly.
Forum: Fixing WordPress
In reply to: Slider not showing on front pageHi,
You’ll have to contact the theme author for support.
This forum only supports the free themes found in the www.remarpro.com theme repository.
Forum: Fixing WordPress
In reply to: WordPress 4 – read more optionAre you using the Text editor instead of the Visual editor? If so, do you see a button that just says “more” (2nd from right, in between the Code and Close Tags buttons)? That’s the one to use for Read more… when using the Text editor. Or is that not showing up?
If not, it could be your theme causing the problem.
Forum: Fixing WordPress
In reply to: index.html fileHello,
You’ll have to continue to contact the theme’s developer for support.
This forum only supports the themes found in the www.remarpro.com theme repository.
Hang in there!
Forum: Fixing WordPress
In reply to: Some newbie questionsYo jerseycomp,
#1. No need for multiple stylesheets to do that. Just use the Accelerate theme’s built-in custom css area by going to Appearance -> Theme Options, then clicking on the Design tab. There, you can style a specific page’s elements by targeting its page id or class. You can use Chrome developer tools or Firefox’s firebug to inspect different elements and find different page’s class/id’s. For example, to target something on your Services page, you would start with .page-id-15, whereas the About page is .page-id-2. (View your site with the aforementioned web tools to see how to find this info quickly)
#2. Any changes you make to the core theme and template files like page.php would be over-written any time you update the theme. If you want to go this route, make a child theme for your site first. See codex documentation.
#3. Don’t forget to hit Save before leaving a changed widget. Alternatively, it could just be a caching issue or you not refreshing your browser after changing something. I don’t see the archive and meta boxes at present.
#4. WordPress is a Content Management System (CMS); it’s not just for blogging! You can have a bunch of static menu pages and a menu tab just for your posts/blog. No problem there.
Happy WordPressing!
Forum: Fixing WordPress
In reply to: How to remove text in comment area.Hi,
If you go to Appearance -> Customize, there should be a tab with CSS on it to add custom css to the Adventurous theme without making a child theme. If you can locate this tab, open it and underneath any text that is there, paste in:
.form-allowed-tags {
display: none;
}and then click Save to get rid of the text you are talking about. A note about the text you are trying to eliminate, though; it is there to tell commenters on your site what html tags are available for them when commenting.
Best of luck with your WordPress site.