Forum Replies Created
-
AuthorPosts
-
October 9, 2015 at 6:11 pm in reply to: Where to edit "Share this entry" and "you might also like" #516621
Thanks Andy!
I’ll check out those two plugins.October 8, 2015 at 6:18 pm in reply to: Where to edit "Share this entry" and "you might also like" #516037I was able to change “Share this entry” by editing includes > helper-social-media.php around line #162. I also rearranged the order of the social share icons in the same file.
“You might also like” is in the file related-posts.php (line #91) inside includes.
NOTE: Adding these files inside includes folder in my child theme folder did not work. So the the core files had to be edited. May get overwritten in the next update.
Is there a better way?
Thanks
October 8, 2015 at 4:52 pm in reply to: Where to edit "Share this entry" and "you might also like" #515973Hi Andy,
I’m trying to edit this too. I don’t want to translate it, just edit it to something like “Share this post.”
Where can I make this change?Thanks
May 13, 2015 at 6:30 pm in reply to: Color Section "Display a small arrow that points down to next section"does not w #443937Hi Ismael,
I solved my problem. Here are the steps that I took:
- Created 2 color sections one on top of the other
- Top color section settings – No min. height, No padding, No border (top) styling, Display a small arrow that points down..(Bottom Border)
- Section Background – Main Content, Custom Background Color > #ffffff
- Section Background Overlay > Unchecked
- Bottom color section – No min. height, Small padding, No border (top) styling, No border styling (Bottom Border)
- Section Background – Main Content, Custom Background Color > #e4e4e4
- Section Background Overlay > Unchecked
Added content to both the top and bottom color sections.
Here’s a screencap of what it looks like http://bit.ly/1IxYIED
This may help the OP and anyone else dealing with the same issue.May 12, 2015 at 9:56 pm in reply to: Color Section "Display a small arrow that points down to next section"does not w #443394Hi,
I have the same problem. I’m using Enfold v 3.1.5 with WP V 4.2.2.
The arrow doesn’t show no matter what I do.@begrafiks & Yigit,
Thanks for your replies. I tried the CSS modifications but they didn’t change the font size.
I created a custom class in my child theme CSS and applied that to divs within each accordion container. That worked. It may not be the most efficient way but it does the job.
Yigit, please mark this as resolved.
Hi Yigit,
Perfect! That worked like a charm.
Thanks a lot for your quick help.
Mark this as resolved.Regards,
Hi Rikard,
Thanks for your reply.
I applied you suggested CSS to Quick CSS, that didn’t work I also tried adding it to my child theme CSS and that didn’t work either.
I made sure !important; was there in my CSS.Any other suggestions?
Thanks
Hi Ismael,
I was hoping there was a solution or a workaround other than using a Custom Menu widget. I would like to avoid manually updating the menu whenever I added or deleted pages, especially if they are not part of the main nav.
Looks like custom menu is my only option if I also want to control the position of the widget.
Thanks for the update. Please mark this as resolved.
Regards,
Hi,
Sorry for the long absence.
I made Elliot’s edits to my sidebar.php and put it in my child theme folder.
It moved the page sidebar navigation but put it all the way to the bottom.
What can I do to move it up? What I’m trying to do is:
Search widget
Page Navigation
Text widget1
Text widget2
etc.Thanks
This reply has been marked as private.Hi Ismael,
Worked like a charm! Thanks a lot for your help.
Please mark this as resolved.Regards,
This reply has been marked as private.Hi Elliot,
Thanks for checking and getting back.
I updated to V3.1 this morning and the problem is gone. I was using V3.0.8 with WP 4.1.1.
Please mark this as resolved.
Thanks
Hi Rikard,
Perfect! Thanks a lot for your help.
Please mark this as resolved.Regards,
Hi Andy,
Please see screen cap.
The widgets in the footer have unordered lists but don’t show the “bullets” as they do in the main content area. I’ve put red boxes around the bullets in the main content area to show you what I want.
I would like to get similar bullets in the unordered lists in the footer widgets.
How can I do that?
ThanksOK, I’ve fixed my problem with the slider showing in the header with Sticky Header turned on.
I added this to my child theme CSS:
.html_header_top.html_header_topbar_active.html_header_sticky #top #main {
padding-top: 140px; }The default padding-top: 119px was not enough.
You can mark this topic as resolved.
Update 2:
The problem with the slider being visible in the header (About 30px) happens only when Sticky Header is turned on.The problem goes away if I uncheck it. The same problem happens even with a color section.
Hi Yigit,
UPDATE:
I’ve found the problem. It is the edit I had made my child’s functions.php file for being able to choose exact HEX colors. The code I had added was
function wp_change_avia_colorpickerjs() {
wp_dequeue_script( ‘avia-default’ );
wp_enqueue_script( ‘avia-default-child’, get_stylesheet_directory_uri().’/js/avia_colorpicker.js’, array(‘jquery’), 2, true );
}
add_action( ‘wp_print_scripts’, ‘wp_change_avia_colorpickerjs’, 100 );I got that from your post https://kriesi.at/support/topic/color-selection-not-working-for-specific-color-code/#post-342032
Instead, I’ll try the the fix suggested by Josue in his post here https://kriesi.at/support/topic/color-selection-not-working-for-specific-color-code/#post-342032.
One other problem I’ve noticed is that about 30px of my Layerslider is visible in the header. How can I fix this?
Thanks for your help.
Hi Yigit,
Thanks for getting back with additional help.
I’ll do what you’ve suggested but want to wait until V3.1 is released. I’m really looking forward to the ability to change colors on H tags from the backend instead of going through the advanced settings plus the compatibility with Gravity Forms.
I’ll let you know if that solves my problem or not.
Thanks
This reply has been marked as private.Hi Yigit,
Thanks a lot for your detailed instructions. I realize my customization may be outside the scope of standard support. I appreciate you going the extra step.
I added your suggestions to my child theme’s functions.php but the Font Awesome icon doesn’t show.
My next option is to create custom sidebars with custom widget areas then add the custom menu widget to each sidebar. I’ll try to add the icon using CSS Classes. I was hoping to avoid this manual process by using the built-in side navigation.
I’ll get in touch with a developer/freelancer if I can’t solve my problem.
Thanks
Hi Ismael,
I still can’t access my menu. This is what I’ve done so far:
- Cleared my browser cache (Twice)
- Tried to access menu in FF (V28), IE (V11), Chrome (V34) and Opera (V20) on WIN 7 and 8.1
- Tried in FF and Safari (Current versions) on MAC
I keep getting the same error message. See screen capture
I haven’t added any HTML or anything else to my menu. The strange part is that the menu is visible just fine on the frontend. I can’t recreate my Primary Menu since I can’t access it anymore.
I could try copying a fresh version of formatting.php and see if that solves my problem. Not sure what that will do though. Any ideas?
ThanksThis reply has been marked as private.Worked like a charm!
Ismael, thanks a lot for your help and working with me through this process.
You can mark the issue as resolved.Hi Ismael,
Your code worked perfectly. Thanks. I’m almost there but still missing something.
This is what I have done so far.
• Create two new pages – News and Blog Center.
• Selected my blog sidebar etc.
• Added “Blog Posts” content element to each page
• Selected a specific category for each page.
• Selected the new blog page under Theme Options
I have added your new code to single.php
The single post page is pulling the category name correctly in the title. However, the archive pages for both still show all posts and not just the posts from the respective categories.How can I exclude categories from each of the blog archive pages and show only posts from a particular category?
Thanks for your help.
- This reply was modified 10 years, 10 months ago by akmhou.
Hi Ismael,
What I need to do is exactly the same as this forum post http://bit.ly/1aBzOi6I understood the first part of your reply about Enfold > Theme Options >. Could you please provide some details about the second part of your answer where you said, “Edit the blog page then configure the category option?”
Thanks
Hi Ismael,
Thanks a lot for the code for my functions.php. It worked exactly as it should. It changed the title of the single post page from Blog to Latest News.
My fault for not explaining what I was after. Here’s what I would like to happen:
In the footer, I’m using the Latest News widget, when I click on a news item, I would like the headline of the single page to say “Latest News.” However, I don’t want the headline to change from “Blog” on the single post page where there are posts that are not categorized as News.
How can I duplicate single.php such that one pulls posts from “News” category only and have a title of “Latest News” and another one that pulls all posts from other categories and will have a title of “Blog?”
Is there a better way to do what I am after?Thanks.
Hi Ismael,
Thanks a lot for the code mod to my child theme functions.php. It worked perfectly!
However, I see a problem with pages already published. Unlike the main menu where I can rearrange the order, the sub navigation doesn’t allow me to make any changes to the order of published pages. I really didn’t want to go into my MySQL db and make those edits there since it can get messy when you change page IDs.
I changed your code from $args[‘sort_column’] = ‘ID, post_title’; to $args[‘sort_column’] = ‘menu_order, post_title’; to make it sort by menu_order instead. This allows me the flexibility to change Page Order # in edit mode quickly and easily.
Thanks for your help.
Hi Devin,
Sorry, my bad! I misunderstood the instructions when I viewed your video tutorial for child themes. I’ve since uploaded a blank functions.php file inside my child theme folder. Only added some of the PHP snippets that I need and everything is working fine now.
You can mark this topic as closed/fixed.
Thanks a lot for your prompt help.
-
AuthorPosts