Forum Replies Created
-
AuthorPosts
-
October 16, 2013 at 12:08 pm in reply to: Warning: Invalid argument supplied for foreach() in … postslider on line 443 #176366
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,
October 16, 2013 at 11:57 am in reply to: Warning: Invalid argument supplied for foreach() in … postslider on line 443 #176365These are the permalink settings of our site:
Common settings: post name
Optional: none selected
Product permalink base: defaultIs 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,
October 16, 2013 at 6:59 am in reply to: Warning: Invalid argument supplied for foreach() in … postslider on line 443 #176240Hi,
did a “repair database” but portfolio is still not accessible. Same “Error 404 – page not found”…
Thanks,
October 16, 2013 at 6:56 am in reply to: Warning: Invalid argument supplied for foreach() in … postslider on line 443 #176239This reply has been marked as private.October 16, 2013 at 6:50 am in reply to: Warning: Invalid argument supplied for foreach() in … postslider on line 443 #176237Ismael,
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,
October 16, 2013 at 6:48 am in reply to: How to align Caption Title/Text to the right for Easy Slider images #176236Thank 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?
October 16, 2013 at 2:11 am in reply to: How to align Caption Title/Text to the right for Easy Slider images #176129This reply has been marked as private.October 15, 2013 at 7:33 pm in reply to: How to align Caption Title/Text to the right for Easy Slider images #175995Thank 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,
October 15, 2013 at 10:15 am in reply to: how to make rectangle images rounded in the theme? #175542This reply has been marked as private.October 15, 2013 at 9:36 am in reply to: Warning: Invalid argument supplied for foreach() in … postslider on line 443 #175527Peter,
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,
October 15, 2013 at 9:26 am in reply to: Warning: Invalid argument supplied for foreach() in … postslider on line 443 #175521Hi,
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,
October 15, 2013 at 9:05 am in reply to: Warning: Invalid argument supplied for foreach() in … postslider on line 443 #175513This reply has been marked as private.thank you. All cleared!! appreciate the help. As always, you guys rock!
thank you, Peter. Will try it out later.
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!
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!
Thank you, Ismael.
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,
This reply has been marked as private.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,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,
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,
Yigit,
What changes do I need to undo and redo in the functions.php file?
Thanks,
Thank you, Yigit.
Yes, all are fixed now. :)
thanks again.
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 622thanks,
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,
okay. Thanks, Ismael.
Appreciate if you could let me know once there is a solution from Kriesi.
Thank you,
This reply has been marked as private.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!
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!
-
AuthorPosts