Forum Replies Created
-
AuthorReplies
-
faithl3ss
Participant^it’s done. don’t know exactly why, I think it was something with the Browser Cache.
faithl3ss
Participantnow I set some Icons. But e.g. paypal and youtube still active but not configured.
faithl3ss
ParticipantHey Jason,
I got another Problem. I edited the social icons. At this time no icon is set. But the Icons don’t disappear. Why?
faithl3ss
ParticipantI need this ^ to hide from the frontend.
faithl3ss
ParticipantHey Jason,
after som Try and Errors. I got this
/** * Hooks into the `wp_head` action. * @link http://codex.wordpress.org/Plugin_API/Action_Reference/wp_head */ add_action('wp_head', 'my_content_1'); function my_content_1(){ ?> <a href="https://plus.google.com/115821315279231447798" rel="me" /> <?php }
But now the link is show in the social Icons @ at the amazon one.
Or here at this one the microdata is show in frontend. But this I don’t want, cause it
is for seo.add_action('wp_head', 'my_content_1'); function my_content_1(){ ?> <div itemscope itemtype="http://data-vocabulary.org/Person"> Mein Name ist <span itemprop="name">Svenson Higher</span> aber die meisten Leute nennen mich <span itemprop="nickname">Svenson</span>. Hier ist meine Website: <a href="http://sputniq.net" itemprop="url">http://sputniq.net</a> Ich lebe in Bremen und arbeite als <span itemprop="title">Webmaster</span> bei <span itemprop="affiliation">sputniq.net</span>. </div> <?php }
faithl3ss
ParticipantHi Jason,
now I read much about action hooks and functions. I tried much different, for me it is a try and error method. I’m a beginner and after some Fails I don’t get it. My Edits are not working. I always get a blank page. :/
I really want to understand it ’cause the copy method is “quick and dirty”. So can you tell me the code snippet to add my content e.g.
<div itemscope="" itemtype="http://data-vocabulary.org/Person">Mein Name ist <span itemprop="name">Svenson Higher</span></div> aber die meisten Leute nennen mich <span itemprop="nickname">TaloX</span>. Hier ist meine Website: <a itemprop="url" href="http://www.example.com">www.example.com</a> Ich lebe in Bremen und arbeite als <span itemprop="title">Webmaster</span> bei <span itemprop="affiliation">sputniq.net</span>.
between the
<head>
tag at my child theme in functions.php please?faithl3ss
ParticipantHey Jason,
I need a header.php in my child theme for some codes snippets like rich snippets e.g. between <head< and
How can I realize that?
faithl3ss
Participanthey Jason,
another 2 Questions..
I exclude the cat “bus”, “homebase” and “Politik” from the Blog Page via the backend theme options panel. But some Posts got 2 Cat like “Blog” and “Politik”. I want these posts are showing on the Blog Page too. How can I realize this?
Another Issue(?) is when I type sputniq.net in the browser, the Slides are not loading. Only the loading circle is running and running… But when I press F5 for reload, the Slider load perfectly.
faithl3ss
Participantah okay. thanks for that Info. I will check it out.
faithl3ss
ParticipantI got another question.
I use the classic magazine#2 layout for my pages e.g. sputniq.net/politik. But in the Post Grid are only the featured pics are show. No Headline, no excerpt text, no “read more” link like on your demo site.
Have I edit something?
faithl3ss
ParticipantHello ejb5oh,
i saw, that you use the nextgen plugin with the lightbox2 effect on your site. Can you tell me how you realized that? ‘Cause my 5 step install instruction don’t work with the Alyeska (Child) Theme.
Where I have to put and edit that files Maybe you can help me with that.
-
This reply was modified 9 years, 4 months ago by
faithl3ss.
-
This reply was modified 9 years, 4 months ago by
Jason Bobich.
faithl3ss
ParticipantHey
you dont need to customize the theme for me. I will do it by myself. But the structure of your theme is completely different as the older ones I used. 😉
Well on this site bustallmajors.com/ are only described that I must insert just one line code only s o m e w h e r e in my Sourcecode. But when I add this in the child functions.php I get the blank white page. I don’t get it… sorry.
Thanks for the Lightbox2 Infos. But my English and Programming Skills are not good enough to understand this infos completely. I got a install manual, see link above. But that one don’t work with your theme structure.
I think I will ask ejb5oh
it lookslike he uses nextgen gallery and lightbox2 with Alyeska on his site..
faithl3ss
Participanthow I can add some code?
I want to add . I tried to add this in the functions.php in the child theme. But after that my site goes blank white.
faithl3ss
Participantto 1. yes you understood me correctly. thanks for the info. Maybe is it possible to integrate this in future updates?
to 2. lightbox2 is not integrated in the plugin. I need to download this and put it somewhere in the theme. I use the child theme. But I don’t know where I must insert the code. Here is a link scroll down , I must insert this code somewhere in the header?!
to 2a. k. not a “musthave” but a “nicetohave” 😉 I think I can realize this with a portfolio tremplate page with posts grids and exluded cats from the Blog template for each gallery album.
to 3. is clear. I checked the documentation. I had just add a url to the page content.
to 4. okay. I will take a look. it’s also a “nicetohave”
to 5. hum it can be so easy sometimes.
thank you Jason for that awesome theme again. You made a powerful and very user friendly theme!! That is what I was looking for sooooo long. I love rounded corners since my first project in 2005. I love dark styled layout and hell yeah I like the HTML5 support.
faithl3ss
Participantthats my site sputniq.net
-
This reply was modified 9 years, 4 months ago by
-
AuthorReplies