Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)
  • Thread Starter hyest

    (@hyest)

    I tried remove_action( 'woocommerce_pagination', 'woocommerce_catalog_ordering', 20 );

    but i’m guessing it has to be a different type of script / syntax, since that just causes the options to do nothing if i click them.

    I also tried this, which did work the first time you select an option in the filter

    var myList = document.getElementsByClassName("catalog-ordering");
    myList[0].style.display = "none";

    . But if you select another filter, it no longer works, or if you unselect the first filter, the extra sorting box shows up as well. Maybe you have a better way of going about it

    Thread Starter hyest

    (@hyest)

    Would you kindly give me the javascript code that would be used to remove the sorting box in the ‘before update’ section?

    I tried a few things with no luck, if you have it handy, that would be great friend

    Thread Starter hyest

    (@hyest)

    I tried Loco Translate plugin as well and it says the .mo file is invalid, so perhaps there’s an error with this versions mo file or textdomain?

    hyest

    (@hyest)

    Same problem here after updating to latest version, it broke the backend to my site. Had to FTP in to my site to delete the plugin, which sucks since the whole site was based around product enquiries and not sales, nothing works.

    Tried removing the plugin and re-downloading.. still same error:

    The plugin generated 2 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.

    Thread Starter hyest

    (@hyest)

    Thanks Numixtech, that works great for the search box issue. For the future you should consider also adding a way to change the font, the size and the loading message.

    I figured it out with CSS and it works great, but a front end option would be nice too. In case someone else wants to know how, here’s some CSS that worked for me:

    .animsition-loading:after {
    font-size: 42px !important;
    text-shadow: 0 1px 0 rgba(0,0,0,.8);
    color: #fff !important;
      content: "THE WIZARDS ARE BUILDING YOUR PAGE...";
    }

    (color no longer needed since there’s a front end option)

    Something more complicated, being able to select which pages get the Loading page transition would be good, and being able to add a loading animated gif above the message would really seal the deal lol.

    Great work either way though. By the way, does this script actually pre-load the page before it comes up, or is it basically just a page transition loading message that doesn’t wait til the page is loaded before showing it?

    Thread Starter hyest

    (@hyest)

    By the way, I edited that plugin file while the plugin was active through Plugin / Editor in the wordpress admin area. Make sure to then deactivate and then re-activate the plugin after making the code change, so wordpress picks up the new menu position.

    Thread Starter hyest

    (@hyest)

    Nevermind, I did some research and figured it out. In case anyone else has this problem, look for the file AhmetiWpTimelineFunction.php in the main plugins directory.

    Look for this line of code: add_menu_page( 'Ahmeti Wp Timeline', 'Timeline', 'edit_pages', 'ahmeti-wp-timeline/index.php', 'Ahmeti_Wp_Timeline_Index', plugins_url('ahmeti-wp-timeline/images/ahmeti-wp-timeline-icon.png') , 6);

    Change it to something like (this is what i did):
    add_menu_page( 'Ahmeti Wp Timeline', 'Timeline', 'edit_pages', 'ahmeti-wp-timeline/index.php', 'Ahmeti_Wp_Timeline_Index', plugins_url('ahmeti-wp-timeline/images/ahmeti-wp-timeline-icon.png') , '7.6');

    Notice the single quotes and the decimal, doing a decimal helps to make sure two menu items do not use the same position and overwrite each other.

    Thread Starter hyest

    (@hyest)

    Thanks Man, Jeez i’m blind after I did the phpinfo I didn’t realize it was php 5.2. I forgot a while back when hostgator upgraded to 5.4 that they gave the option to still use 5.2 for compatibility reasons. Anyways I set php config to use 5.4 for this website directory and the plugin activates good now.

    I was testing and only got it to work once but realized the “clear local storage” button worked wonders when messing with settings.

    I have a script running so that when the user clicks any links within the site except remote links it will stay in web app full screen mode. Anyways I have the following tags already added to my header : ` <meta name=”apple-mobile-web-app-capable” content=”yes” />
    <meta name=”apple-mobile-web-app-status-bar-style” content=”black” />`

    Do I still need the “Add Meta Tags” option selected? I’m not sure which meta tags exactly this plugin adds.

    Great work by the way!

    Thread Starter hyest

    (@hyest)

    Sure, I did that, phpinfo gives a lot of information, anything particular to look for? Here’s the first block of data:

    PHP Version 5.2.17

    System Linux gator3304.hostgator.com 3.12.24 #1 SMP Thu Jul 10 04:59:56 CDT 2014 x86_64
    Build Date Jun 10 2014 15:48:39
    Configure Command ‘./configure’ ‘–enable-bcmath’ ‘–enable-calendar’ ‘–enable-dbase’ ‘–enable-exif’ ‘–enable-fastcgi’ ‘–enable-ftp’ ‘–enable-gd-native-ttf’ ‘–enable-libxml’ ‘–enable-magic-quotes’ ‘–enable-mbstring’ ‘–enable-pdo=shared’ ‘–enable-soap’ ‘–enable-sockets’ ‘–enable-sqlite-utf8’ ‘–enable-wddx’ ‘–enable-zip’ ‘–prefix=/opt/php52’ ‘–with-bz2’ ‘–with-curl=/opt/curlssl/’ ‘–with-freetype-dir=/usr’ ‘–with-gd’ ‘–with-gettext’ ‘–with-imap=/opt/php_with_imap_client/’ ‘–with-imap-ssl’ ‘–with-jpeg-dir=/usr’ ‘–with-kerberos’ ‘–with-libexpat-dir=/usr’ ‘–with-mcrypt=/opt/libmcrypt/’ ‘–with-mhash=/opt/mhash/’ ‘–with-mime-magic’ ‘–with-mssql=/usr’ ‘–with-mysql’ ‘–with-mysql-sock=/var/lib/mysql/mysql.sock’ ‘–with-mysqli=/usr/bin/mysql_config’ ‘–with-openssl=/opt/openssl’ ‘–with-openssl-dir=/opt/openssl’ ‘–with-pcre-regex’ ‘–with-pdo-mysql=shared’ ‘–with-pdo-sqlite=shared’ ‘–with-pic’ ‘–with-png-dir=/usr’ ‘–with-pspell’ ‘–with-sqlite=shared’ ‘–with-tidy’ ‘–with-ttf’ ‘–with-unixODBC=/usr’ ‘–with-xmlrpc’ ‘–with-xpm-dir=/usr’ ‘–with-xsl’ ‘–with-zlib’ ‘–with-zlib-dir=/usr’
    Server API CGI/FastCGI
    Virtual Directory Support disabled
    Configuration File (php.ini) Path /opt/php52/lib
    Loaded Configuration File /opt/php52/lib/php.ini
    Scan this dir for additional .ini files (none)
    additional .ini files parsed (none)
    PHP API 20041225
    PHP Extension 20060613
    Zend Extension 220060519
    Debug Build no
    Thread Safety disabled
    Zend Memory Manager enabled
    IPv6 Support enabled
    Registered PHP Streams https, ftps, compress.zlib, compress.bzip2, php, file, data, http, ftp, zip
    Registered Stream Socket Transports tcp, udp, unix, udg, ssl, sslv3, sslv2, tls
    Registered Stream Filters zlib.*, bzip2.*, convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed

    Thread Starter hyest

    (@hyest)

    Here’s an example. Here’s the photo tag cloud in the sidebar, everything looking/working good: https://pbrd.co/1pp2Zvp

    Here’s after clicking one of the tag cloud links: https://pbrd.co/1pp3i9A

    The content area already gets filled with the right images after clicking a tag cloud link, just wish I could prevent the sidebar from filling with images and just keeping the tag cloud links.

    Thread Starter hyest

    (@hyest)

    Have you had any luck with this? I saw there was an update for a bug fix so I gave it another try with no luck. Still the same issues. I did try fully deleting the plugin and re-installing as well but it still doesn’t work.

    Even though i’ve continued to try to upload logos in many different ways from the computer, to existing through nextgen or the media library, the logo never shows. By the way.. in case it helps, when I try to add a logo through the Media Library, when i open up an image I only have the option to “delete” not to “insert into post” or “set as featured image”. However in nextgen I do get the option to “set as featured image” it still just doesn’t work though.

    Everything is updated, and i have disabled all other plugins, again using the popular U-Design theme

    Thread Starter hyest

    (@hyest)

    BTW I did make sure everything is up to date.. using WP 3.8.1 im only using a handful of plugins that are all up to date. Tried disabling them all too and tried again, but no luck. I’m using the U-Design theme, its well coded and haven’t had any other issues with other plugins.

    I’m having the same troubles. I’ve tried deactivating and reactiving plugins but whenever I go to upload a new media item, the show/hide button basically does nothing. So you see none of the details, and are also not able to add the media to a post by selecting it from the gallery. The window that pops up when trying to insert media from a gallery also gets stuck and will not close when clicking the “X”.

    Any help would be appreciated

    Hi bengo,

    I’ve noticed in some monitor resolutions that my buddy press sliding login produces a horizontal scrolling bar, and when you scroll to the right, it basically just shows an extended background (in my color a white one).

    Could someone please take a look at the CSS in firebug and see if you have any ideas what may be causing it? I’ve tried messing with a lot of the CSS and haven’t found a fix yet.

    by the way, an example: 24″ widescreen monitor in 1920×1080 resolution shows the horizontal scroll bar while a 19″ monitor at 1280×1024 doesn’t (may be a widescreen monitor issue?)

    Here’s the site:

    https://www.marijuananm.com

    Here’s an image of what i mean

    https://www.marijuananm.com/images/scrollissue.jpg

    Any help would be appreciated!

Viewing 14 replies - 1 through 14 (of 14 total)