Forum Replies Created
-
AuthorPosts
-
The links didn’t show up:
This is the plugin that works great to change the portfolio category order: https://wordpress.org/plugins/taxonomy-terms-order/
Plugin page: https://wordpress.org/plugins/taxonomy-terms-order/Hi,
I don’t think I’ve made myself clear on this problem. I have chosen to make the portfolio elements sortable so the categories are showing as a type of menu at the top of the portfolio items. It is the categories themselves that I want to change the order in this ‘menu.’ I do not see any way to do this. I’m not talking about the order of the portfolio items themselves.
Thanks,
ScottOkay! I got it working! I didn’t have your code in the right place in the functions.php file. I placed the code below:
if(isset($avia_config[‘use_child_theme_functions_only’])) return;Now it’s working great!
Thanks for all of your great help!
ScottHi Josue,
I found in the forums where you helped someone with the same code. It appears they gave you access to their site and you added to code to”Plugins > Edit Functions.” Not sure where in WP you added this but perhaps that’s what I’m missing here.Thanks,
ScottHi Josue,
I added your code to the functions.php file for Enfold and uploaded it to the correct folder on the server. I named the font houzz and included it in the code as per your instructions. It’s not working. Houzz does not show up in the drop down menu in the Social Profiles section of the Enfold Theme. Any suggestions?
Thanks,
Scott//add custom social icon
function avia_add_custom_icon($icons) {
$icons[‘houzz’] = array( ‘font’ =>’houzz’, ‘icon’ => ‘ue800’);
return $icons;
}
add_filter(‘avf_default_icons’,’avia_add_custom_icon’, 10, 1);/* this will add the newly added icon to the social profile options */
function avia_add_custom_social_icon($icons) {
$icons[‘Houzz’] = ‘houzz’;
return $icons;
}
add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);I did try adding this to the functions.php but it didn’t work:
‘houzz’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue803’),
Additionally, I uploaded the fontello font for houzz via the IconManager in Enfold but that didn’t help.
Your help is much appreciated.
Thanks,
ScottHi All,
I resolved this issue myself after spending hours searching the internet for a solution. So this is how I fixed the problem and am posting this in hopes it may help save someone else a lot of time if they experience the same problem.
On the WP Dashboard go to Settings > Media. I had a path to store images that read:
/home/content/78/6960478/html/wp/wp-contentI changed this path to:
wp-content/uploadsThis solved the problem completely. Now if I go back into Settings > Media the path no longer displays and all works great.
Hope this helps,
ScottThis reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hi Yigit,
I added the code to the Quick CSS where you told me to and no effect at all on the logo. I even deleted the logo image under Theme Options and the logo graphic is still on the website. I have looked at all browsers after clearing the history on the them including Chrome, Firefox, IE, Opera and Safari. Same thing. No matter what I do I cannot get that damn logo to change. It’s super inflated. Again, this has all happened after upgrading to WP 4.1.1 and Enfold 3.1.3.
Actually, this is quite maddening so any direction/help you can provide would be much appreciate.
Thanks,
ScottSeptember 23, 2014 at 2:40 am in reply to: Trying To Duplicate "Features" Page in Enfold Demo #323419S A A A W E E E E E T!!!!!! Perfect!
Many Thanks,
ScottSeptember 23, 2014 at 2:28 am in reply to: Trying To Duplicate "Features" Page in Enfold Demo #323415Hi Devin,
I added your code to the Quick CSS setting the top margin to 0px and that works. It does change everything throughout the template but unless you have a better solution I’ll just deal with it and add white spaces where needed on other pages.
Thanks,
ScottSeptember 23, 2014 at 2:24 am in reply to: Trying To Duplicate "Features" Page in Enfold Demo #323414Hi Devin,
The first tab content has the same code for the special heading yet it aligns top like I want. That is what is so frustrating. Why would it work differently in the other tabs when it’s the exact same code?
If I add the above code to the Quick CSS and change the margin top to 0px (or whatever works) will it change all special headings throughout the pages? I only want to customize this one page.
Many Thanks,
ScottSeptember 23, 2014 at 1:36 am in reply to: Trying To Duplicate "Features" Page in Enfold Demo #323389Hi Josue,
I’ve tested it in all browsers and the same thing. The content for the 1st tab is aligned top where it should be. The content for tab 2 and 3 is lowered. Can you please look again?
Thanks,
ScottSeptember 23, 2014 at 12:18 am in reply to: Trying To Duplicate "Features" Page in Enfold Demo #323363This reply has been marked as private.This reply has been marked as private.Hi Yigit,
I tried the code you suggested above but the logo is still distorted on mobile devices. Any other suggestions?
Thanks,
ScottThis reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hi Yigit,
Unfortunately your solution does not work. As soon as you enter the Tab section to place content the Magic Wand does not display a FULL list of shortcodes. Just for Content. The Layout and Media Elements are lost once you are in the Tab section for content.
Any other ideas?
Thanks,
ScottThanks Yigit,
The code placed in the Quick CSS worked great!
Scott
Thanks Devin,
I figured it out. Pretty easy actually. Didn’t see I could change from Posts to Images.
Cheers!
ScottThis reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private. -
AuthorPosts