CU3ED
Forum Replies Created
-
Thanks for the reply man. I am using the Salient theme and have a custom page set up for products utilizing the ATC module of their modified VC.
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Unpack the .wpress fileYou can unpack via this:
https://github.com/fifthsegment/Wpress-ExtractorOk… so now what? I’ve tried increasing memory limit, etc. nothing works. Can’t even activate the plugin. Just sit and wait?
Forum: Plugins
In reply to: [Shortcode in Menus] Shortcode with modal and CF7Sorry, I missed the screenshot instructions. Got it working a little better now. Thanks again.
I have to agree with Shannon. I had this big rant describing why, but ended up erasing it because why. Just agree with Shannon is enough.
Forum: Reviews
In reply to: [Simple Custom Post Order] No idea where I can control the orderYou’ve gotta be joking. It says right in the description “drag and drop”.
This isn’t really an answer, more of a total hack, but what I did that is working for me was prepend “old-” to the initial div id’s in “class.responsiveMenu.php” of the “click-menu” div. Then, just manually added the originally produced code from the plugin into where I wanted it to be.
Total hack but it works…
If there’s any real fix to this please post. Thanks.
This is the part in question, which resides in the file “class.responsiveMenu.php”:
$html .= '<div id="click-menu">'; if( $options['RMX'] ) : $html .= '<div class="threeLines" id="RMX">x</div>'; endif; if( !$options['RMClickImg'] ) : $html .= ' <div class="threeLines" id="RM3Lines"> <div class="line"></div> <div class="line"></div> <div class="line"></div> </div>'; else : $html .= '<img id="RM3Lines" src="' . $options['RMClickImg'] . '" class="click-menu-image" />'; endif; $html .= $options['RMClickTitle'] ? '<div id="click-menu-label">' . $options['RMClickTitle'] . '</div>' : ''; $html .= '</div>';How would I make this reside as a child of another div instead of the body tag?
Thanks for the reply.
It was a theme issue apparently. Went back to default and all is fine.