Forum Replies Created
-
AuthorPosts
-
October 30, 2014 at 12:38 pm in reply to: Format Twitter-Output in the Share links at the bottom of blog post #343363
Thanks Josue,
now it works indeed.
Can you please explain, why the line above is needed in the child-themes function.php, while the helper-main-menu.php in the same folder is added/taken into account without any line (require_once) in the functions.php.
I added a custom search-icon in the mobile header through a change of includes > helper-main-menu.php. This worked right away and I didn’t “activated” the changed php-file in the child-theme in the functions.php.
October 29, 2014 at 1:03 pm in reply to: Format Twitter-Output in the Share links at the bottom of blog post #342670Hello Andy,
what makes you think the twitter-Link is working. I do not mean the twitter-icon at the top of the screen (above the header)
I need the twitter-sharing button at the bottom of each single blog-post to show the hashtag I’ve added in
includes > helper-social-media.php (See the screenshots I provided above)It still doesn’t work on any blog-post. For example: http://goo.gl/jRwj3s
Thanks Yigit,
I would love to have my other question answered (I’m waiting for a couple of days now). Here is the thread:
http://goo.gl/WJX6fpOctober 24, 2014 at 1:28 pm in reply to: Format Twitter-Output in the Share links at the bottom of blog post #340579So is anyone looking at the Problem with the Twitter-Links?
October 23, 2014 at 12:46 pm in reply to: Format Twitter-Output in the Share links at the bottom of blog post #340041This reply has been marked as private.Hello nigdowser,
the responsive menu ist the same that comes with enfold. I just changed some of the css and changed/added some code in one of the php-files. So there is no plugin involved.
We have used enfold for the website of a job- and marketing-coach (with some code-customization):
October 21, 2014 at 12:33 pm in reply to: Format Twitter-Output in the Share links at the bottom of blog post #338972Hello Ismael,
the twitter format does work. I tested it, so there is nothing to change ([text] and [shortcode] are variables of the theme).
Screenshot1But the changed code doesn’t get accepted, because the browser still uses the old code:
Screenshot2I emptied all cache (Browser + from W3TC).
This is how the code looks like in includes > helper-social-media.php
Screenshot3- This reply was modified 10 years, 1 month ago by shenom.
Hello Ismael,
thank you for the code. It works on all pages except on the frontpage. There, when the search icon is clicked, nothing happens and the page becomes unresponsive. That is: the menu stays open, but the menu items and the menu toggle icon can not be clicked.
And I wonder, why your code in the functions.php works, while my changes in the avia.js does not? It is more or less the same code.
- This reply was modified 10 years, 1 month ago by shenom.
October 20, 2014 at 10:57 pm in reply to: Format Twitter-Output in the Share links at the bottom of blog post #338723I changed the way I included the twitter-widgte to:
if (is_single()) { function load_twitter_widget() { wp_enqueue_script('twitter_widget', 'http://platform.twitter.com/widgets.js'); } add_action('wp_enqueue_scripts', 'load_twitter_widget'); }
But still no luck!! :(
October 20, 2014 at 10:30 pm in reply to: Format Twitter-Output in the Share links at the bottom of blog post #338707Hello Ismael,
this is exactly what I did.
I changed includes > helper-social-media.php to this:
https://twitter.com/intent/tweet?text=[title]&url=[shortlink]&hashtags=CoachingBlogger
and saved the changed file to my child-theme in the folder ‘includes’.But it doesn’t work. I do not get a different Output as the one specified in the original php-file. Do I need to include the Twitter widget.js or is it already included in enfold?
I put this into my child-themes functions.phpif is_single() { echo '<script type="text/javascript async src="//platform.twitter.com/widgets.js"></script>'; }
I would also need to add a rel=”publisher” to the google+ Icon. Where would I add this?
- This reply was modified 10 years, 1 month ago by shenom.
Thanks josue, Will give the code a try
September 8, 2014 at 3:33 pm in reply to: WordPress 4.0 update causes spinning wheel of death in page Avia Layout Builder #315138I have the same Problem. Not only the Advanced Layout-Builder is inaccessible, but the Theme-Options as well.
August 16, 2014 at 11:32 am in reply to: Mobile Menu: Toggle Submenus and indicate current page #305266Don’t bother. I found the code in the avia.js and solved it myself.
Thanks
- This reply was modified 10 years, 3 months ago by shenom.
August 16, 2014 at 11:17 am in reply to: Mobile Menu: Toggle Submenus and indicate current page #305254Thanks for the answer.
Regarding the Mobile Menu I have another Question:
I have repositioned the Mobile Menu, so that the Header is not covered by the Menu (client wants the Logo to be visible at all times). Now the wrapper has the wrong height, when the mobile menu is open and the result is, that the last menu-items can not be reached/ scrolled to.
I need to adjust the calculations for the wrapper. Can you give me a pointer, there I can find the according code?
It has to do with the added class “show_mobile:menu” at
<div id="wrap_all" class="show_mobile_menu" style="height: xxxpx;">
I need to add 115px to that height.
Thanks
- This reply was modified 10 years, 3 months ago by shenom.
August 15, 2014 at 10:29 am in reply to: Mobile Menu: Toggle Submenus and indicate current page #304791Is this question difficult to answer?
July 17, 2014 at 10:20 am in reply to: main menu dropdown – need the first menu link in the dropdown – too #292391hey josue,
and a late ‘thx’ – that helped!
another question that is part of the same subject. the menu to right in the widget area shows all the submenu points – but only of the ‘real existing’ sites. is it possible to show up the new added menu points from the design/menu area as well?
you can check this out here : http://www.shenom.net/cop/profil/
as the first (newly added) menu point in the dropdown is ‘Gestatten, Birgitt Morrien’ – but this entry is missing in the navi to the right.
thx / sascha
that works fine!
thx ismael!
hey,
#1 is exactly what i´m looking for to change on my site. copied the lines into the ‘qick-css’ doesn´t react.
also tried to edit the custon-css with different parameters like color, size, etc. – the only one that reacts is the ‘size’.
any ideas?
thx / sascha
-
AuthorPosts