Forum Replies Created

Viewing 30 posts - 61 through 90 (of 185 total)
  • Author
    Posts
  • I did try to switch back to the default Common Settings, checked the portfolio items, all worked and were accessible. Switched back to Post name, got the error 404 page again…

    Using the default settings, the portfolio URL would read something like “?portfolio=” while using the post name based permalinks, the portfolio URL would read “/course-portfolio/”. “course-portfolio” is the name I configured in the Enfold theme settings. I used the “course-portfolio” for both English and Chinese version of the site.

    thanks,

    These are the permalink settings of our site:

    Common settings: post name
    Optional: none selected
    Product permalink base: default

    Is it okay that I have nothing configured for the optional settings? I did notice there are many settings in the Optional section, do I need to add anything here?

    Please help me as now there is no access to the portfolio items. :(

    thank you,

    Hi,

    did a “repair database” but portfolio is still not accessible. Same “Error 404 – page not found”…

    Thanks,

    This reply has been marked as private.

    Ismael,

    Would this work with wordpress 3.6.1? It was last updated in April.

    Now the issue is can’t get to the portfolio item page. So you think the database is messed up and using this plugin to repair the db would fix the issue?

    thanks,

    Thank you, Yigit.

    Does this change only this particular Caption title and text? Would this change how other caption texts and title displayed on the site?

    This reply has been marked as private.

    Thank you, Yigit.

    My bad, I didn’t ask a clear question. I didn’t mean to change the alignment of all caption title/text. I’d still want to keep the default alignment but there are couple of caption title/text that I want them aligned to the right because of the images I use.

    cheers,

    in reply to: how to make rectangle images rounded in the theme? #175542
    This reply has been marked as private.

    Peter,

    How are you doing? thanks for chiming in.

    I updated the permalink structure, cleared cache, result is the same. Can’t get to the portfolio page.

    Thanks,

    Hi,

    Now that issue is solved. I figured it was a conflict between the “portfolio” name I used in the Theme setting and a page of the site. The both shared the same name, “course”. After changing the portfolio name to something else, now the tags are back and the postslider is displaying portfolio again.

    The new problem is, clicking on any of the portfolio item takes me to an error 404 page not found page. I used the same “portfolio name” for both English and Chinese version of the site. Not clear if should use different names or doesn’t matter.

    Can you please help take a look?

    Thank you,

    This reply has been marked as private.
    in reply to: new social icons #174735

    thank you. All cleared!! appreciate the help. As always, you guys rock!

    in reply to: how to use character map in v2.3 #174117

    thank you, Peter. Will try it out later.

    in reply to: how to use character map in v2.3 #173325

    Kriesi, I would need this shortcode to get the icons because we have some custom codes that use the charcodes. In the mean time, will try out the workaround.

    Once again, it’s the best support ever and you have a 5-star staff team! thank you.

    Please keep up with the good work!

    Thank you!

    in reply to: new social icons #173194

    wow, it works now. That’s great!

    Thank you Ismael!!!

    One last question before we close this topic.

    I noticed the background of these newly added icons are not changing as other default ones. Only color of the icons is changed when hovered. How can we make the cell icon is in to change the same way as facebook, twitter and g+ icons?

    thanks again!

    in reply to: how to use character map in v2.3 #173176

    Thank you, Ismael.

    in reply to: how to use character map in v2.3 #173174

    Thank you Kriesi for chiming in. Appreciate it.

    Sorry to ask, I know you are an extremely busy person. Do we have any ETA on the new shortcode?

    Thank you,

    in reply to: new social icons #173172
    This reply has been marked as private.
    in reply to: new social icons #173171

    Hi Ismael,

    thank you for testing it out.

    I went over the procedure and checked all files again. The only difference between mine and yours is that I had “add_filter(‘avf_default_icons’,’avia_add_custom_icon’, 10, 1);
    function avia_add_custom_icon($icons)”
    added close to the end of the functions.php, and you added it below “if(isset($avia_config[‘use_child_theme_functions_only’])) return;”

    I have moved the codes right below that line now as well but still not showing the icons.

    Is it okay to add three social icons the way I added them? This is what I added to functions.php. As you can see there are three icons in the bracket.

    `
    add_filter(‘avf_default_icons’,’avia_add_custom_icon’, 10, 1);
    function avia_add_custom_icon($icons)
    {
    $icons[‘QQ’] = array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue908’);
    $icons[‘Renren’] = array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue90f’);
    $icons[‘Weibo’] = array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue910’);
    return $icons;
    }

    thanks,

    in reply to: incorrect currency symbol displayed #172976

    Yigit,

    Yes, I used the HTML code but that didn’t help.

    Let’s go ahead and close this thread. I will just have to get used to it.

    Thanks again to you and everyone who helped me on this issue. Really appreciate it.

    Thank you,

    in reply to: incorrect currency symbol displayed #172879

    Hi Yigit,

    I tried to follow your instructions but it still shows Japanese Yen on the site.

    Here is the code that I added,

    add_filter( 'woocommerce_currencies', 'add_my_currency' );
     
    function add_my_currency( $currencies ) {
         $currencies['ABC'] = __( 'Chinese Yuan', 'woocommerce' );
         return $currencies;
    }
     
    add_filter('woocommerce_currency_symbol', 'add_my_currency_symbol', 10, 2);
     
    function add_my_currency_symbol( $currency_symbol, $currency ) {
         switch( $currency ) {
              case 'ABC': $currency_symbol = '¥'; break;
         }
         return $currency_symbol;
    }
    

    BTW, I have no problem to see the “Chinese Yuan” symbol at the site you gave me which is http://en.wikipedia.org/wiki/%C2%A5. I think it’s pretty safe to say that it’s not a browser issue since tested that link in IE, Chrome and FF on Win 7. The exact same os and browsers that show Japanese yen at our site.

    One interesting finding though is that when I created a product in Chinese (product title, description etc. in Chinese) but had “Language of this product” marked as “English”, go to “View Product” would give me a page on which the currency symbol of the product is displayed in Chinese Yuan. And that’s the only way to have a Chinese Yuan displayed, on a product page. The pricing table and html text would still display Japanese Yen.

    And that’s without adding the custom woocommerce code you provided from above.

    Thanks,

    in reply to: incorrect currency symbol displayed #171797

    Yigit,

    What changes do I need to undo and redo in the functions.php file?

    Thanks,

    in reply to: shopping cart css issue #171795

    Thank you, Yigit.

    Yes, all are fixed now. :)

    thanks again.

    in reply to: new social icons #171582

    Peter,

    I tried to turn on the wp debug and this is what I found from the error_log.txt. Not sure if this has anything to do with the issue of not able to add custom social icons to the nav bar.

    [07-Oct-2013 10:11:45 UTC] PHP Notice: Undefined index: qq in /home/content/30/11045530/html/z/wp-content/themes/acutta/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 622
    [07-Oct-2013 10:11:45 UTC] PHP Notice: Undefined index: qq in /home/content/30/11045530/html/z/wp-content/themes/acutta/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 622
    [07-Oct-2013 10:11:45 UTC] PHP Notice: Undefined index: sina-weibo in /home/content/30/11045530/html/z/wp-content/themes/acutta/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 622
    [07-Oct-2013 10:11:45 UTC] PHP Notice: Undefined index: sina-weibo in /home/content/30/11045530/html/z/wp-content/themes/acutta/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 622

    thanks,

    in reply to: incorrect currency symbol displayed #171581

    Ismael,

    Cache is not the problem here. I have cleaned it numerous times but it just shows Japanese Yen in Win 7. Another friend also told me the same, linux and ipad are okay but not from his Win 7.

    thanks,

    in reply to: how to use character map in v2.3 #171578

    okay. Thanks, Ismael.

    Appreciate if you could let me know once there is a solution from Kriesi.

    Thank you,

    in reply to: shopping cart css issue #171417
    This reply has been marked as private.
    in reply to: shopping cart css issue #171383

    Yigit, that worked!! Great! Thank you so much for the help!

    One last thing that I just found, please let me know if you need access as it is related to customer order details, I found the email and telephone information is squeezed all together. please take a look at the screenshot .

    Thank you,

    Cheers!

    in reply to: shopping cart css issue #171305

    Thank you, Yigit.

    The border is shown correctly now, however, as you can see, the form is not correctly formatted, the two cells on the left are taking more than half of the width and that leaves remaining four cells (product, price, quantity and total) all squeezed to the right.

    Thanks!

Viewing 30 posts - 61 through 90 (of 185 total)