maxfed
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Large XML File Fails to Importoptions:
1. agree with @jmbullis
2. try split the XML file
3. check XML file inside, which wordpress ver. and it’s should be the same as your current wp version.Forum: Fixing WordPress
In reply to: Remove Comment linkLook for something like this line. I’m assuming you’re referring to your home page, which is probably in index.php.
comments_popup_link('No Comments', '1 Comment', '% Comments');
I think you should just remove No Comments, leaving the quote marks.https://codex.www.ads-software.com/Template_Tags/comments_popup_link
try to install this plugin through FTP and activate.
Forum: Fixing WordPress
In reply to: Themetrust – Herosuggest you visit https://themeforest.net/, there is more themes for wordpress much much better than themetrust. I used before themetrust, but for now days it’s pretty old themes.
Forum: Fixing WordPress
In reply to: Website Error – Need Help ASAPForum: Plugins
In reply to: [Collapse-O-Matic] Arrowyes I want 1 trigger to open up 2 targets.
Forum: Plugins
In reply to: [Collapse-O-Matic] ArrowThank you Baden,
I just update my plugin and this “Div” working great, but I tried to do content for the id=”extra1-test” and used for ID “target-extra1” and “target-extra1test” and “doesn’t work, I know I do something wrong with it.
<div id="target-test" class="collapseomatic_content">You might think you can catch a monkey, but you can't. Monkeys are FAST!</div>
___
basically I need that Trigger 1 opens at the same time Trigger 2 with the arrow, but I have issue with the ID<div id="test" class="collapseomatic">Trigger 1</div> <div id="target-test" class="collapseomatic_content">You might think you can catch a monkey, but you can't. Monkeys are FAST!</div> <div id="extra1-test" class="collapseomatic">Trigger 2</div> <div id="target-test" class="collapseomatic_content">You might think you can catch a monkey, but you can't. Monkeys are FAST!</div>
Thank you,
MaxForum: Plugins
In reply to: [Collapse-O-Matic] Arrowthank you for your advice, but I tried and it’s still the same, now I just lest the step 1: discovery with setting that you suggest. Maybe I do something srong…
here is my code:
<div id="1" class="drop4"><a title="step 1: discovery" href="#" onClick="displayMenus(1);stage.setFlashVars('display=1,large');return false;"><span class="style228">[expand title="step 1: discovery" id=”1” rel="submenu-highlander"]</a></span><div id="1" class="dropdown2"><span id="bot-1" class="style77">Business Definition, Strategy Research & Planning, Content and Technology Planning and Definitions.</span>[/expand]</div></div>
Forum: Themes and Templates
In reply to: [Thematic] Blog page issueallright I fix it, but I still have a problem with my Recent project page
what it can be? I’m sure that error is part of the broken theme issue.
Forum: Themes and Templates
In reply to: [Thematic] Blog page issueI did and now my website stopped working!!!
Damn!
HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.
Forum: Themes and Templates
In reply to: [Thematic] Blog page issueI can’t see the extra one :((
Forum: Themes and Templates
In reply to: [Thematic] Blog page issueI tried to change all file to default, but nothing works ;(
here is maybe error
// calling the header.php get_header(); // action hook for placing content above #container thematic_abovecontainer(); ?>
Forum: Plugins
In reply to: [JQuery Expanding Box] Space between READ MORE and TEXTany support?
Forum: Plugins
In reply to: [Collapse-O-Matic] Space between READ MORE and TEXTanyone?!
Forum: Plugins
In reply to: [Collapse-O-Matic] Space between READ MORE and TEXTI know this shortcode, but it doesn’t work on my homepage…
Targtag Attribute
The targtag attribute replaces the default html tag that wraps the target content. By default the html tag is div.
[expand title=”A Long Time Ago” targtag=”strong”]Target Content[/expand]