juggledad
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Sruggling with Hyperlinksgoogle ‘html link’
Forum: Fixing WordPress
In reply to: Why does my website's title show my latest post?are you using an SEO plugin?
Forum: Fixing WordPress
In reply to: External Anchor Link from Text WidgetWorks fine for me. How dod you add the text to the text widget? Copy/paste?
What is the url and the link showing the problem?
What version of WP?Forum: Fixing WordPress
In reply to: Two level permalinks structure for pages. How?why not create a page called ‘unix’ and make all the pages for unix, child pages of the ‘unix’ page?
You ould edit yout theme and put a counter in that counted the images and then would add the new HTML you wanted after the counter got to 5.
As for the exact PHP code you would need, if you don’t know PHP and can’t figure it out, I would not feel comfortable giving you any for fear that you would do something wrong and cause problems in your site. Also it would depend on the theme where the code should go.
You may want to hire someone to do this for you, you could try at jobs.wordpress.net
Forum: Fixing WordPress
In reply to: simple issue with WooCommerce and site wide notice, please helpWhat theme are you using?
Have you looked thru the theme options to see if there is a way to do it?Forum: Fixing WordPress
In reply to: Add Search Form as Menu Item and add drop-downthe theme at that site uses a script and css to control the dropdown of the search. There are two sections in the HTML involved, the search icon and then a hidden search area that is displayed by the jscript when the icon is clicked.
If you want to see the code, look at the theme.js file in the themes ‘assets’ folder
Forum: Fixing WordPress
In reply to: Problem with double comments, tags and category-sectionsHave you modified any of the theme code?
Are you using a child theme?
If disabling all your plugins at the same time didn’t change it, I would reinstall the theme to make sure nothing got changed in the theme.other than that, I’d be digging into the theme and adding php ‘echo’ statements in to see what is happening. When I put the theme on my site, it works as you would expect.
Forum: Fixing WordPress
In reply to: How to edit evolve theme text?Great! If you would, put in your solution to benifit others and then mark the issue resolved.
Forum: Fixing WordPress
In reply to: How to edit evolve theme text?Try dashboard->appearances->Customize->Front Page Content Boxes->Content Box n
Forum: Fixing WordPress
In reply to: Posts page X themeThe X theme is a premimum theme that we do not have access. You should go ask the theme’s author for help.
Forum: Fixing WordPress
In reply to: Can't remove function create_book_taxonomies.Without access to the full theme, there is no way for me to debug this – don’t you have a backup from before you edited the function.php that you could put back in?
Forum: Fixing WordPress
In reply to: Has anyone heard of iScore? Need to change footer there.try swapping to the twenty-sixteen theme and see if it goes away. if it does it is part of the theme and since yout theme seems to be a premium theme we can’t help, you’ll need to ask the theme author.
Forum: Fixing WordPress
In reply to: My website is very slowMany things can effect the loading speed of a web page from how fast your host is, to how many network hops there are between you and the host to your connection speed to how fast your computer is to your use of caching. And ‘fast’ is a relative term. A tree growng and dying takes place ‘fast’ when measuring in in eons, while a hundredth of a second can be slow when you come in second in an olympic event.
Start off by installing the FireBug extension in FireFox. This has an option called NET that when active and you refresh your page, will show you the load time of your site.
Next, disable all your plugins and reload your page and compare the difference.
– the diffference is how much time the plugins are takingNext change your dashboard->settings->reading->Blog pages show at most to one (1). Now reload your page and compare the difference.
– the difference will be hw much time it takes to load all those other postsNext switch to twenty-fifteen and test again, now you will see how much time our theme is taking.
for what it’s worth your site shows 10 requests for 1.72s and a load time of 5.2S
Forum: Fixing WordPress
In reply to: Has anyone heard of iScore? Need to change footer there.What is the plugin and link to it?
If you don’t know what plugin it is, disable your plugins one at a time to see when it goes away