Forum Replies Created
-
AuthorPosts
-
na, Download! Und in der Liste aller deiner gekauften Downloads ENFOLD auswählen
October 30, 2018 at 3:16 pm in reply to: Table of contents widget: how to show it on top of the content of a post or page #1028060Thank you, Ismael. Can I add your snippet for the shortcode exactly so for showing
[avs_toc]
in an ALB text block within a post or page manually?
I added your snippet
add_shortcode('avs_toc', 'avs_toc_function'); function avs_toc_function() { $args = array ( 'name' => 'Displayed Everywhere', 'id' => 'av_everywhere', 'description' => '', 'class' => '', 'before_widget' => '<section id="avia_auto_toc-2" class="widget clearfix avia_auto_toc">', 'after_widget' => '<span class="seperator extralight-border"></span></section>', 'before_title' => '', 'after_title' => '', 'widget_id' => 'avia_auto_toc_custom', 'widget_name' => 'Enfold Child Table of Contents', ); $instance = array ( 'title' => 'Toc', 'exclude' => '', 'style' => '', 'level' => 'h1', 'single_only' => 1, 'indent' => 1, 'smoothscroll' => 1, ); $toc = new avia_auto_toc; return $toc->widget($args, $instance); }
to my Code-Snippets plugin, where all snippets go, that normally go to the functions.php,
and then added the shortcode [avs_toc] to a text block ALB element in a page, but there is no output at all.Are there any changes to the snippet necessary?
Thanks.thanks, but with a theme update this will be gone, right?
Can I add this to my custom.css, too?…and what do I need to do now exactly where, what in which file please?
October 30, 2018 at 12:55 pm in reply to: Working with ALB on tablets not possible due to hover states of editing icons #1027972Thanks a lot, Ismael, it works now soooo great on my tablet.
I checked with https://www.mydevice.io/ the viewport width of my tablet and tried to add to your code snippet a part, that I have the hover effect on my desktop computer as usual with hovering, but only on my tablet without it:add_action( 'admin_head', 'ava_alb_display_icons' ); function ava_alb_display_icons() { echo '<style>@media only screen and (max-width: 1024px) {.avia_sortable_element .avia_sorthandle, .avia_sorthandle .avia-edit-element, .avia-save-element, .avia-delete, .avia_sorthandle .avia-clone {opacity: 1 !important; } .avia_sortable_element { margin-top: 25px; } }</style>'; }
Works fine, thanks a lot!
October 29, 2018 at 9:51 pm in reply to: Postslider.php – how to switch title and category? #1027760it works perfectly, thanks for your help, appreciate it very much, Ismael.
Login to your Themeforest account, then go to “download” at the top right of the Themeforest site and then search there your purchase of ENFOLD.
It looks then like this:October 29, 2018 at 3:54 pm in reply to: Table of contents widget: how to show it on top of the content of a post or page #1027603– Thanks a lot, Ismael, it works fine. Could you please tell me, where to add this snippet in – I guess – the loop-index.php (?), so that the TOC is after the featured image and after the post title, but before the content?
Currently with you snippet, the TOC is above everything (above the featured image resp. post title).
Is the snippet then valid as you added it above for the loop-index, too, or does it need a modification for that file?– And could you please give me a hint, how to make a shortcode out of it please?
Thank you.@pixelsaft your opt-out is not working #DSGVO, there is only a link to the “Datenschutz” page, but also there no opt-out options.
October 29, 2018 at 3:40 pm in reply to: Table of Contents Widget: where to choose simple and where elegant style? #1027599okay, thanks a lot, Mike, you can close the ticket now.
October 28, 2018 at 7:49 pm in reply to: How to show a default featured image (posts & pages!) if there is none? #1027309What ENFOLD file do I need to use for this according to @Ismael’s suggestion?
October 27, 2018 at 2:13 pm in reply to: Table of Contents Widget: where to choose simple and where elegant style? #1027019Thanks a lot, Mike, appreciate it.
October 26, 2018 at 9:47 pm in reply to: How is the "Hover Circle" at kriesi.at homepage done? #1026948yes, I know … I see the CSS and HTML, but what are the script files for the animation and function? I am not a coder!
October 25, 2018 at 4:45 pm in reply to: Overview for really all ENFOLD elements at one place? #1026409yes, I know, I searched all demos for that – where will it be added and:
the CSS for the TOC said, that there is a “simple” and an “elegant” style, but when you look at the TOC widget settings, there is nothing to choose?
October 25, 2018 at 12:39 pm in reply to: Source for "light" icons of "Health Coach" and "Creative Studio" demo #1026326Thank you very much, Nikko, worked fine.
thanks for your help, Ismael. I am not familiar with templates, never have understood “Widget Logic” plugin, but I found a similar one with more “visual” and for me easier to understand settings – “Widget Options“, and with that I got it easily to work by creating my desired widgets in the PAGE area and setting them via “Widget Options” to “Search”.
October 24, 2018 at 3:45 pm in reply to: Table of contents widget: how to show it on top of the content of a post or page #1025944Where is the Avia Toc code located (in which file), so that I could create a shortcode from it – and how please?
This is possible, because we had this several times here in the forum concerning other ENFOLD features.Thanks.
Thanks, Ismael, but I don’t understand what you mean with “new template”.
Can I create a new “widget area” for the search results page and its widgets and … then what do I need to do next please?
For example I created a new “widget area”, called “area_searchsidebar”, but when I add in search.php as you suggested
get_sidebar('area_searchsidebar');
… nothing happens, my custom sidebar is not shown.
October 23, 2018 at 11:18 pm in reply to: Source for "light" icons of "Health Coach" and "Creative Studio" demo #1025687… and what icon/font set (URL?) have YOU used in ENFOLD Health Coach demo?
October 23, 2018 at 11:15 pm in reply to: How to show a default featured image (posts & pages!) if there is none? #1025685this snippet comes to the functions.php
October 23, 2018 at 8:30 pm in reply to: Overview for really all ENFOLD elements at one place? #1025603Thanks, where can I find for example the new “table of content”widget in your demos?
Thanks, Ismael, I would like to have a sidebar only for the search results page, where I can put widgets in it, that appear nowhere else.
So “Display Everywhere” is not the right way for me.October 23, 2018 at 11:42 am in reply to: Table of contents widget: how to show it on top of the content of a post or page #1025354I would never ever use the ALB for posts! Whenever you switch the theme one day, you have tons of shortcodes in your posts you need to clean up manually!
So how can I add ENFOLD’s TOC widget in the top of a post’s or page’s content?
Perhaps a snippet for the loop-index?
Or better a functions.php snippet?October 22, 2018 at 10:56 pm in reply to: Main menu active/hover state with background image #1025162Thanks a lot, Vinay, I finally got it:
Is there a way to display a special “widget area” (aka sidebar) just for the search result page?
The reason:
I use the “Displayed Everywhere” widget area to display a search form.And therefor I have now twice a search form at the search results page:
one in the sidebar and one on top of the search results.Für diese Version 4.5 muss einmalig manuell über den FTP geupdated werden.
October 22, 2018 at 5:54 pm in reply to: Main menu active/hover state with background image #1025023Thank you, but I don’t get it to work:
Thanks, yes, I have to put these CSS in my custom.css, but why is this “hardcoded” in ENFOLD?
It is not only my site, I found a site from another user, where it is the same:
see here in the sidebar at “Neueste Kommentare”:
https://ombidombi.de/blog/my site is not yet online, but you can check this with the ENFOLD demo and the “Recent Comments” Widget (the normal “recent comments” widget of WordPress, not the Combo widget) in the sidebar:
The font family is set in your CSS:
and perhaps therefor the fonts, that I have set in the theme settings (Open Sans + Dosis) don’t take effect.
I need to add this to my custom.css, which could be avoidable. -
AuthorPosts