Forum Replies Created
-
AuthorPosts
-
Dear Yigit,
thanks for your reply. Meanwhile I have updated the theme files, but nothing has changed.
I can add a css class name to the masonry element as before (following the tutorial on this post), but the class is not assigned to the masonry element, when I look at the source code of the page in the frontend.
screenshot 1, screenshot 2Regards,
Hella- This reply was modified 7 years, 4 months ago by come_paglia.
March 11, 2016 at 2:16 am in reply to: Category in permalinks of portfolio or navigation of portfolio for pages #596647Hey Ismael,
sorry for inconvenience, but could you please revert the changes you’ve made?
Now after you’ve changed the code, my regular blog post entries are not found any longer:
http://hella-stroh.de/wp/dies-und-das/kabelmanagement/As it seems to be not that simple I hoped it would be, I’ll return to the standard behaviour.
Regards,
HellaMarch 10, 2016 at 10:02 am in reply to: Category in permalinks of portfolio or navigation of portfolio for pages #596183Hey Ismael,
now I’ve got it – thanks a lot, that fits very well to what I wanted! :)
Just for my understanding: Will the changes remain when the theme files are updated to a new version?Regards,
HellaMarch 9, 2016 at 12:04 pm in reply to: Category in permalinks of portfolio or navigation of portfolio for pages #595491Hey Ismael,
thanks a lot for the time invested, I appreciate this much!
But isn’t the result the same, as simply renaming the base slug of the portfolio-items in the permalink structure of the (child) theme itself?Where did you add the code, in the themes function.php or in the function.php of the child theme?
Regards,
HellaMarch 6, 2016 at 1:20 pm in reply to: Category in permalinks of portfolio or navigation of portfolio for pages #593907Hey Ismael,
that’s also my observation. Please finde the ftp login data in private content.
Regards,
HellaMarch 3, 2016 at 12:51 pm in reply to: Category in permalinks of portfolio or navigation of portfolio for pages #592588Hey Ismael,
please find the login data in the private content.
I’ll have a look at the linked topic, thanks!Regards,
HellaMarch 2, 2016 at 6:41 pm in reply to: Category in permalinks of portfolio or navigation of portfolio for pages #592257Hey Ismael,
nothing changes…
Regards,
HellaMarch 1, 2016 at 11:43 am in reply to: Category in permalinks of portfolio or navigation of portfolio for pages #591463Hey Ismael,
thank you for your support, but unfortunately it doesn’t work. The base slug is removed from the URL, but the portfolio items cannot be found.I’ve flushed the permalinks and reloaded the site a couple of times.
Regards,
HellaHey Yigit,
thanks for your efforts!
Unfortunately that’s not the same effect, as you can see on the screenshots here:
– the upper screenshot is without sidebar for archive pages and with your css code snippet
– the lower screenshot is with sidebar for archive pages and without your css code snippetBut it’s okay, I’ll keep the solution with the sidebar activated!
Regards,
HellaHey Mauro,
concerning the line: Go to the settings of the special heading element and have a look to the section heading style. If you choose “Modern (left)”, the line should disappear.
Regards,
HellaFebruary 25, 2016 at 12:54 pm in reply to: Missing category info in post meta infos using ALB #589014Hey Josue,
thank you very much!
I’ve put this together to one construct, because it’s easier for me to use:function postmeta_shortcode_func() { ob_start(); echo "<span class='post-meta-infos'>"; echo "<time class='date-container minor-meta updated'>".get_the_time(get_option('date_format'))."</time>"; echo "<span class='text-sep text-sep-date'>/</span>"; if ( get_comments_number() != "0" || comments_open() ){ echo "<span class='comment-container minor-meta'>"; comments_popup_link( "0 ".__('Comments','avia_framework'), "1 ".__('Comment' ,'avia_framework'), "% ".__('Comments','avia_framework'),'comments-link', "".__('Comments Disabled','avia_framework')); echo "</span>"; echo "<span class='text-sep text-sep-comment'>/</span>"; } echo '<span class="blog-categories minor-meta">'.__('in','avia_framework')." "; echo the_category( ', ' ); echo "</span><span class='text-sep text-sep-date'>/</span>"; echo "<span class='tags-container minor-meta'>"; echo the_tags(''.__('Schlagworte: ','avia_framework').''); echo '</span>'; echo '</span>'; $output = ob_get_clean(); return $output; } add_shortcode('the_post_meta', 'postmeta_shortcode_func');
Shortcode:
[the_post_meta]Thanks,
HellaConcerning the last entry, if someone else is looking for a solution:
.tag-page-post-type-title { visibility: hidden; }
Hey Scott,
what’s your permalink structure for posts looking like?
If you want to see the categories in the URL, you can go to Settings > Permalinks and use the custom settings with /%category%/%postname%/.
I additionally use the plugin “Remove Category URL” to eliminate the base category slug.
Perhaps it also works for you…Regards,
HellaHallo Rolf,
wenn Du auf der Seite Design > Menüs bist, klicke ganz oben rechts im Fenster auf “Ansicht anpassen”. Unter “Erweiterte Menüeigenschaften anzeigen” setz den Haken bei Linkziel, dann erscheint bei den Menüeinträgen die Auswahl “link Target”.
Gruß,
HellaHi didot,
sorry, no, my sidebar only showed once.
As the archive pages cannot be set individually without coding, I can’t imagine what’s the reason for this behaviour.
Is the content of the two sidebars identical? If yes, you could perhaps check the widget page, if there are identical widgets in different sidebars.Regards,
HellaFebruary 24, 2016 at 4:35 pm in reply to: Category in permalinks of portfolio or navigation of portfolio for pages #588474Hey Ismael,
that seemed to be exactly what I was looking for!
Unfortunately it doesn’t work, items are not found, although there’s no conflict with identical slugs. (Yes, I’ve updated the permalink options in the WordPress settings.). I’ve put the code snippet into my child themes function.php, that should be okay, is it right?Appending portfolio categories works quite good with the mentioned plugin. If I do not remove the base slug with your code snippet, I even can add nested categories and the permalinks work well.
At the moment, your code snippet is active and the permalinks are flushed.
Regards,
HellaHi didot,
do you have disabled the sidebar for achive pages?
That was the reason on my own site, why the featured images were displayed above the text, not left of the entry.Regards,
HellaAlso I would like to get rid of the h3 “Beiträge”… :(
Regards,
Hella- This reply was modified 8 years, 9 months ago by come_paglia.
Hi Yigit,
thanks for your replay. The widget areas “Displayed Everywhere”, “Sidebar Blog” and “Sidebar Page” are empty.
Hella
Found the solution: It depends on the sidebar settings for the archive pages…
But how do I get rid of the the automatically generated sidebar content?
http://hella-stroh.de/wp/tag/insektenhotel/Regards,
HellaFebruary 22, 2016 at 5:16 pm in reply to: Category in permalinks of portfolio or navigation of portfolio for pages #587294Hey Andy,
perhaps I do not understand completely, what you want me to show – but no, if I activate a default WordPress theme, I naturally have no portfolio post type items at all.
It’s okay, I’ll try to sort out another structure which fits to the possibilities of the theme.Regards,
HellaFebruary 22, 2016 at 4:48 pm in reply to: Masonry Gallery: issues with hover effect and lightbox #587266Hey Ismael,
1.) yes, after searching many hours I’ve found a peace of code in this forum:
.avia_desktop .av-masonry-entry:hover .av-masonry-image-container { -webkit-transform: scale(1,1); -moz-transform: scale(1,1); transform: scale(1,1); }
2.) Thanks to the plugin author, who had a look on the theme code, I’ve got now a possibility to hide the theme lightbox when using the JIG gallery.
Regards,
HellaFebruary 19, 2016 at 12:12 pm in reply to: Category in permalinks of portfolio or navigation of portfolio for pages #585970Hey Rikard,
that idea get’s me very close to what I wanted, thank you very much for pointing me in that direction. A plugin which seems to work more stable with the current WordPress version is https://wordpress.org/plugins/custom-post-type-permalinks/.
Unfortunately the base of the custom post type portfolio obviously cannot be removed, which is a petty, because the URL doesn’t match the structure of my menu. I suppose, I would have the section in the php files, where the post type and its permalink structure are defined.
Regards,
HellaFebruary 18, 2016 at 5:17 pm in reply to: Masonry Gallery: issues with hover effect and lightbox #585510Hey Andy,
to 1. – perhaps it was not the right description, I want to get rid of the zooming effect while the mouse hovers the image.
to 2. Unfortunately that’s not quite a satisfying solution for me, because I really love the theme, but not the lightbox of the theme for galleries…
Is there no way to address another lightbox for single images or masonry galleries instead of that one included with the theme?Regards,
HellaHey Ismael,
thanks for checking. You’re right, meanwhile it works – perhaps it was a caching problem.
Regards,
Hella- This reply was modified 8 years, 9 months ago by come_paglia.
February 12, 2016 at 2:03 pm in reply to: Replace theme lightbox with Responsive Lightbox plugin #582217Hey Vinnie,
thanks for your reply. I decided to use another plugin (Justified Image Grid), and most of the there enclosed lightbos types work with enfold.
I’m glad to see how much the theme can be customized. I’ll come back in other threads concerning css questions.Regards,
HellaFebruary 8, 2016 at 7:38 pm in reply to: Replace theme lightbox with Responsive Lightbox plugin #579851Hey Yigit,
thanks for your efforts. Does this also work for the masonry galleries?
There are unfortunately very limited possibilities for styling, e.g. no input field vor custom css.I’ve tested now your suggestions, but there’s no change: Having the modal lightbox of the theme enabled, clicking on the image results in duplicated lightboxes, disabling the theme lightbox opens the plain image without any lightbox effect at all in the browser window.
I’ve tested this also with other lightbox plugins, but the problem remains. Also disabling all other installed plugins doesn’t change anything. So I think, it’s not a plugin issue, but a theme issue – or a stupid bug of my own.
May I provide you access to my admin page, that you might have a look into it?
Regards,
Hella- This reply was modified 8 years, 9 months ago by come_paglia. Reason: status update
February 5, 2016 at 10:34 pm in reply to: Replace theme lightbox with Responsive Lightbox plugin #578814Hey Yigit,
thanks for your quick reply!
I’ve had no contact with the plugin authors yet, but I’ve found a thread concerning a similar issue:
https://www.dfactory.eu/support/topic/duplicated-lightbox/Is the position for disabling the theme lightbox I mentioned above the right one?
Which is the gallery selector of the theme?Greetings,
Hella -
AuthorPosts