Portoa
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Pagination not working after updating WordPress 4.4?I am also having issues with Post_Types that have been working all along until something in 4.4 caused it to wreck
Forum: Plugins
In reply to: [Yoast SEO] Custom post type not displaying correctly in AdminThis does not have anything to do with Yoast Plugin, tons of people are complaining about this following the WP 4.4 update, at this point this seems to be a wordpress issue
Forum: Fixing WordPress
In reply to: admin-ajax.php – slow, long running time, persistant. Any solutionsSame here, this is an issue with the wordpress core, actually two problems, onne – admin-jax.php seems to have no proper handling method in place, like enqueue or dequeue, I take it that is the reason why multiple duplicate requests on same page, second most problematic is the incredible slow response time. Sure hope there is a better explanation or way to control these out of control requests
Forum: Plugins
In reply to: [qTranslate] Frontpage BreakTake this off the market, this plugin destroyed my theme
Forum: Plugins
In reply to: [Flexi Pages Widget] Doesn't show sub-pagesI am also having issues with this.. I am assuming this is the correct template usage (Assume is the best I can do when no examples are offered)
<?php if ( function_exists( 'flexipages' ) ) flexipages( 'sort_column=ID&show_subpages=1&child_of=142' ); ?>
I have the same question.. Love this plugin, integration went seeming less, but having issues in shop homepage, I have set to show subcategories on Page settings for both options, yet under my categories/subcategories products are mysteriously being shown as you can see. https://www.loleeshop.com/shop
Any help would be appreciated.
Forum: Plugins
In reply to: [WooCommerce] 404 When Enabling Base Page Product PermalinksThank God im not the only one. Cannot get this to work to save my life:
My settings:
Product category base – /shop
Product permalink base -> Custom Structure – /shop/%product_cat%What is & what is not working:
https://www.loleeshop.com/shop/phone-cases (working fine)
https://www.loleeshop.com/shop/phone-cases/spring-collection (URL is formatting correctly, but returning 404)Very srange any help would be greatly aprreciated.
I can back you up on this, this plugin destroyed my single.php loop. go to my site: https://www.valpocreative.com/blog/ (I could care less a backlink right now, I want to solve this problem!!)
Go to any post on my site and you will see at the bottom the php error. So obviously why not uninstall it.. Well uninstalling it gives all my posts 500 Server internal error.
Seriously what is up with this?? I have been almost 2 days at it & cant figure it out for nothing.
Forum: Themes and Templates
In reply to: After WP 3.4 Upgrade the pagination setup not working anymoreevo_X first solution combined with keesiemeijer suggestion to change if_home to
if(is_home() || is_category() || is_tag() || is_search() ){
has worked really solid for me. I have been at this for over 2 hours. Fixed!!Forum: Plugins
In reply to: [Fast Secure Contact Form] Form in Mobile BrowserSet the width: 98%, you will probably need the name, email, subject label on one line, then the input right below it. To do that add margin: 1% & make it 98% width, float it left.
<div class="yourclass">
<input style="text-align:left; margin:0; color: #696969;font-family: 'Rufina', serif; background-color:#eeeeee; border: 2px solid #d0d0d0;" type="email" id="si_contact_email1" name="si_contact_email" value="" size="40" />
</div>@media all and (max-width:480px){
#contactformmaindiv label,
labels.name {width:98%; float:left; margin:1%}
.yourclass,
.yourclass #si_contact_email1 {width:98%}}
Forum: Plugins
In reply to: [SlideDeck 2 Lite Responsive Content Slider] Poorly CodedThank you for clarifying that.