Forum Replies Created

Viewing 15 replies - 46 through 60 (of 102 total)
  • louverture, thanks for the details on commenting out that line. I had tried that which made it work again, but I wasn’t sure how important having that line in was. That fixed the problem on the one site that it didn’t work on for us.

    Plugin Author Dzynit

    (@dzynit)

    omairkha,
    Very sorry this support post was missed. Occasionally notifications do not arrive from posts here at wordpress.

    You can use css to do this, just add this to your theme’s style.css (or custom css box if you use a theme with a settings area in the wp-admin):

    .our-profiles-widget-content .our-profiles-widget-image { float: left; margin-right: 8px; }

    You can adjust the number 8 for the margin if you want more or less space between the logos.

    Again – sorry for the delay. Thank you for using our plugin!
    Heather

    360bowling said they tried several times through the website but received no response.
    We use it on several sites and it’s just one that has this problem. I verified it wasn’t a plugin conflict or a problem with the theme on that site. Another person on this thread helped confirm that it must not be related to php version.
    The only other thing I can think to try is it might be a setting in the php.ini needs adjusted, but I don’t have direct access to it on that site to try anything.

    Maybe it’s not related to the php version then. The site it’s not working on if I upgrade is running 5.2.9. The ones it’s working fine on with the latest slider version is 5.4+.

    I was hoping we could find something in common on the sites it won’t work upgrading on. So all we can tell the plugin author at this point is it seems to have something to do with the ziparchive function. Could that maybe be something that requires a certain php.ini setting?

    360bowling, can you check and see what php version is running on your hosting? That might help narrow down why some people are having problems and others not.

    I’m getting this same error also Fatal error: Class ‘ZipArchive’ not found.
    It updated and works fine on a bunch of other sites. It’s only happening on just one. If I update it in the wp-admin with other plugins active, the site instantly goes white. But if I turn all plugins off including the cyclone slider, then update it – the fatal error shows.
    The php version on that site is 5.2.9. The other sites are 5.4. Could it be that a higher version of php is needed?

    I’m posting on this topic in case anyone replies with a possible solution. The same thing is happening on a site for me when I have it set to update the cart without leaving the product page. No errors show and I’ve tried the usual of turning off all other plugins and switching to a default theme.
    On another site almost same issue. It does update the cart but the cart widget doesn’t update the items unless you refresh the page. The only error is shows is a javascript a is undefined. Tried the same there – turn off all other plugins and switched to default theme.
    The second issue can be seen here: http://www.eventsunlimited.com/game-rentals/game-rooms-arcade/arcade-games/big-buck-hunter/
    But the first one, I had to change the setting to go right to the cart when adding an item so customers could use the site. So you can’t see the issue there right now.

    Plugin Author Dzynit

    (@dzynit)

    It’s likely that error reporting is being set to false in another plugin, the theme, or in the wp-config and that setting is taking precedence.

    Thread Starter Dzynit

    (@dzynit)

    Here’s what I used for the description:

    function forumdescript($descript) {
    	global $post;
    	if ($post->ID == '392') {
    		$urlparts = explode("/",$_SERVER["REQUEST_URI"]);
    		$title=ucwords(str_replace("-"," ",$urlparts[count($urlparts)-2]));
    		if ($title == 'Forum') { $title = 'Your forum title'; }		$descript = $title.' -'.$descript;
    
    		return $descript;
    	}
    }
    add_filter( 'wpseo_metadesc', 'forumdescript');
    Thread Starter Dzynit

    (@dzynit)

    For anyone else this may help. Yoast wordpress seo responded on the correct filters to work with:

    For the title you can use the wpseo_title filter and for meta description there’s a filter named: wpseo_metadesc.

    Dzynit

    (@dzynit)

    Thank you Jason! That worked perfectly.

    Dzynit

    (@dzynit)

    Michael,
    I didn’t see your reply on here until after I posted. Thanks much for getting involved! I’ll leave my last reply on just in case it would be a quick-fix. But I think that would be great for you two to work together on a better solution because we do use both plugins together on a lot of sites.

    Dzynit

    (@dzynit)

    Jason, thanks so much for answering Scott so quickly and taking the time to check this out.

    I have a thought on maybe a way to make this work. Using you’re option in the widgets to hide on all author archives works perfectly: http://www.jandmhomes.com/author/heather/

    My thought is, since the individual testimonials use the single.php theme template – I could add a php conditional in that template to make it seem like it’s a regular wordpress author page. Then the hide on author archives conditional option of the widget should work for these pages.

    Could you tell me what your plugin looks for to know when it’s on a regular wordpress author page? I tried looking through your plugin code some but couldn’t find what it checks for. If this would work, it could be a decent solution.

    Thanks, Heather (Scott’s programmer)

    Dzynit

    (@dzynit)

    Has anyone had any luck with this issue yet? I have the same problem with this plugin although I’ve tried a couple others and the test mail goes through fine so I know I have all the correct info entered.

    The reason I’d like to get this plugin to work is because the gravity forms still do not send emails with the other smtp plugins I tried.

    In my debug output it’s reporting at the end that it has a problem with the email address. Oddly though, that is not the email address I have set and I also updated the wordpress general settings admin email to the smtp email since that was the only place the reported email address had been set. So I can’t figure out where it’s getting that wrong address.

    Forum: Plugins
    In reply to: [WP eCommerce] Tax by city
    Thread Starter Dzynit

    (@dzynit)

    Thank you for replying so quickly. I see that still shows the compatibility to wp 3.8 and ecom at 3.8.13. Do you know that it will still work properly with the latest versions of both?

    And I did see a few posts on the shipping issue with the 3.8.14, so I’ve not done this last upgrade yet, but is the fix ETA for that still tomorrow?

Viewing 15 replies - 46 through 60 (of 102 total)