Forum Replies Created
-
AuthorPosts
-
April 11, 2015 at 11:02 pm in reply to: Post format "Link" links direct in latest news widgit #427090
One last question.
Where would I put:
target="_blank"
So that the post format link opens in a new window?
Possible?April 11, 2015 at 10:27 pm in reply to: Post format "Link" links direct in latest news widgit #427088This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Thank you Elliott,
I put the code into /enfold/framework/php/class-framework-widgets.php on line 501. The “latest news” sidebar widget links now pull in the URL of the page you are on, plus the string”test” like so:
http://newsite.cvreps.com/manufacturers/test
See:
http://newsite.cvreps.com/manufacturers/Unfortunately the code from the WordPress forum “https://wordpress.org/support/topic/how-to-make-use-of-the-post-format-link” is a bit too difficult for me to implement.
Could someone please help me to integrate the code? I need to parse the URL link from the (link format) post, and insert it at “test.” Also the URL of the page, “manufactures” in previous example, would need to go away.
Thank for any help on this.
I changed the style to this:
header .social_bookmarks {
display: none;
}But still looking for a solution to this:
In a widget the icons stack horizontally and only the first one is visible. Can you solve that bug?
Test page here (shows two samples: 1)1/3 custom widget, 2)full width custom widget:
See:
http://www.brixenivy.com/newsite/social-media-test/I want to remove the icons from the header and keep them in the socket and make them view properly in the widgets.
But there is a problem with this code for removing the icons from the header:
#top .social_bookmarks { display: none; }This makes the social media icons disappear everywhere. I want to remove them from the header and make them appear in widgets and avia layout editor text boxes.
Ok I figured out this problem:
[i have ONE OTHER bug with this site that I need help with.
About the time I inserted the social media icons in the socket the socket menu became dead (meaning the links on the text menu in the are no longer working).
Can you take a look?]
In order to remove the social media icons from the header I commented out this line in header.php
/* if(strpos($headerS,’bottom_nav_header’) === false) avia_social_media_icons($social_args);*/And that broke the links in the footer.
I have reversed this fix.
i have ONE OTHER bug with this site that I need help with.
About the time I inserted the social media icons in the socket the socket menu became dead (meaning the links on the text menu in the are no longer working).
Can you take a look?
Yigit,
Thanks for your reply. I put the code in and nothing happened.
Josue,
Thank you for the social media icon html. This code works fine in a avia layout builder text box. But in a widget the icons stack horizontally and only the first one is visible. Can you solve that bug?
Test page here (shows four samples: 1)1/3 custom widget, 2)full width custom widget, 3)avia layout builder text box, 4)footer widget:
http://www.brixenivy.com/newsite/social-media-test/This is the code (from above) that we are talking about:
<ul class=”noLightbox social_bookmarks icon_count_5″><li class=”social_bookmarks_yelp social_icon_1″><li class=”social_bookmarks_twitter social_icon_2″><li class=”social_bookmarks_facebook social_icon_3″><li class=”social_bookmarks_youtube social_icon_4″><li class=”social_bookmarks_mail social_icon_5″>
brixenivy.com/newsite
btw i figured out how to remove the icons from the header.
still wondering how to get them in a widget
Also how do I remove the social media icons from the header? I still want to use “Non-fixed header with social media icons and additional navigation” as my header type setting because I want to have the phone number up there.
Thank you.
Thanks Devin.
All of a sudden its working. ????
Never mind.
Make it easy to put pages into columns. Image, Title excerpt. That way you can do the three column highlighted pages thing. This functionality was in all the recent themes.
Nick: There are 2 ways you can do this :
1) with a post slider set to not slide; or
2) with the blog set to grid>Thanks Ismael,
This works but isn’t easy for my client to alter at a later time. Lets get the page functionality into Enfold.
-
AuthorPosts