Forum Replies Created
-
AuthorPosts
-
September 7, 2013 at 11:02 am in reply to: Toppanel plugin: messed up widgets & widget areas in ENFOLD #139838
uff, that sounds not good. What do you suggest in my case?
September 7, 2013 at 10:08 am in reply to: How to export AdvancedLayoutBuilder page template for import in another website #139860ah that’s good, thank you!
That was it, thanks a lot, works!
September 4, 2013 at 8:42 pm in reply to: Where to put "edit" link on pages created with Advanced Layout Builder? #139332great, thanks! I have added it to the template-builder.php, because I never use the toolbar – costs to much space on my wide screen ;-)
September 4, 2013 at 8:39 pm in reply to: Styling the category tags within the line under the post's title (minor-meta) #138413okay, thanks, Devin.
thanks a lot, there are very helpful things :-)
September 4, 2013 at 1:08 pm in reply to: How to always show the "arrow line" below the menu – on child pages, too #138850thanks, but I have just found the right code
/* Displaying the line below main nav element when current page is level 3+ */
.current-page-ancestor a > .avia-menu-fx {visibility: visible;opacity: 1;}
.current-page-ancestor a > .avia-menu-fx .avia-arrow-wrap {overflow: hidden;display: block;}
here
https://kriesi.at/support/topic/custom-css-for-your-pleasure
September 4, 2013 at 12:58 pm in reply to: Weird coding for h3/h5 headlines in the theme's files? Cannot create my own #138378Thanks a lot for your help, I just figured out after days of searching … and yesterday after disable all plugins one by one again, I discovered the bad one: “SEO Smart Links”.
The author said, that it is fixed in the premium version, but not in the basic version, and I won’t use the premium – so deleted this plugin and now everything works fine!
Thanks a again for your testing!
September 3, 2013 at 2:23 pm in reply to: How to style the archive page of portfolio entries? #138960okay, I understand, thanks a lot.
artistic24459, I have only added this to my custom.css now, to get the “right” arrows within this plugin:
.twentytwenty-left-arrow {
border-color: rgba(221, 221, 221, 0) #FFFFFF rgba(221, 221, 221, 0) rgba(221, 221, 221, 0) !important;
}
.twentytwenty-right-arrow {
border-color: rgba(221, 221, 221, 0) rgba(221, 221, 221, 0) rgba(221, 221, 221, 0) #FFFFFF !important;
}
.twentytwenty-handle {
border: 3px solid white !important;
}works fine for me and this should not make any trouble with your tabs.
To add more transparency to the white arrows and circle, you can change within the line of the border-color to something like that:
border-color: rgba(221, 221, 221, 0) rgba(255, 255, 255, 0.47) rgba(221, 221, 221, 0) rgba(221, 221, 221, 0) !important;
0.47 is now the transparency instead of the color #ffffff from the code above.
September 3, 2013 at 8:42 am in reply to: Styling the category tags within the line under the post's title (minor-meta) #138411My screenshot has gone lost – here it is again and shows, why this does not work properly:
Different categories have the same color at the blog overview page. But each cat should have its own colour – no matter where.
September 3, 2013 at 8:39 am in reply to: How to always show the "arrow line" below the menu – on child pages, too #138848thanks, but on grandchild pages, I still haven’t it – only on child pages.
How can I modify it, to show it on really all pages, grandchild pages, too?
Thanks.
September 3, 2013 at 8:36 am in reply to: How to style the archive page of portfolio entries? #138958thanks, but how can I create THERE a sidebar section for a portfolio archive page??
September 2, 2013 at 4:56 pm in reply to: Update WP 3.6 + ENFOLD 1.9.1: Error with RSS/Twitter-Widget #135938add into a simple text block:
[fiftyfifty img1="http://yoursite.com/wp-content/uploads/testsw.jpg" img2="http://yoursite.com/wp-content/uploads/testsw.jpg/testfarbe.jpg"]
copy the images paths after uploading the two images to your media library.
September 2, 2013 at 3:16 pm in reply to: Styling the category tags within the line under the post's title (minor-meta) #138409Thanks a lot, I have used your CSS, on a single post view, I have now these 3 coloured for 3 categories, but on the blog overview page it looks now like this – although there are 3 different categories, they all are red:
Each category should have its own colour – no matter if it’s the blog overview page with several posts on it from various categories, or if it’s a category’s archive page or if it’s a single post.
The name of category A should, for example, always appear red, the name of category B always blue, and the name of category C should always appear green – no matter on what view/page/post.
September 2, 2013 at 1:04 pm in reply to: Weird coding for h3/h5 headlines in the theme's files? Cannot create my own #138375I still have it – when you open the editor again and save it again, then the problem is there again – or “still there again”.
I use Enfold 2.0.1
Or have this update been in a file that was not mentioned in the changelog file, so that I could not have overwritten it?
I have just reproduced it again:
1. created a new blank page, typed in with the normal text editor:
<h5 class="h5headline"><span class="h5background">This is a h5 tag with background stripes.</span></h5>
2. saved page and closed it.
3. Then I took a look at the page in Firefox 23: h5 headline looks good:
4. Then I opened this test page again with the “text editor”, typing in some text below this h5 headline text, save the page and reload the frontend in Firefox again. Then the h5 tag is wrong again:
It is only right, when I save the page and don’t touch it anymore. But as soon as I closed that edited page and open it again for editing text, then it is wrong again with my own h5/h3… tags (see above).
UPDATE:
I’ve created a fresh new blog within my WP network with ENFOLD just downloaded anew – with these styles/code, posted above, I have still this problem.
September 2, 2013 at 12:57 pm in reply to: Update WP 3.6 + ENFOLD 1.9.1: Error with RSS/Twitter-Widget #135936Thanks, but why is this widget in class-framework-widgets.php called
* AVIA SOCIALCOUNT
* Widget that retrieves, stores and displays the number of twitter and rss followers
in line 561?
Isn’t that this widget?
August 31, 2013 at 6:34 am in reply to: LayerSlider: how to let text fly out after sliding in like in the demo? #138300You’re the best, thanks a lot, I will try this today!
August 31, 2013 at 6:10 am in reply to: Styling the category tags within the line under the post's title (minor-meta) #138407Thanks a lot, but your link describes something about lists and the minor-meta category names are as I see it, no lists?
I’ve tried with a lot of try and error with my low CSS knowledge this:
.category-36 .post-meta-infos a[rel] {
color: #ff0000 !important;
}This code shows the category name in a single post (!!!) NOT COLOURED, but at a category archive page, which contains posts of this category, it is right coloured:
and with Firebug:
But when I view only this single post, it is no more coloured.
Another error: if I’m on the category archive page of cat-36 for example, and the post is set to cat 36 and cat37, too, then both category names are coloured (in posts on the category archive page of cat36).
In a single post the category name of one of my 3 top cats should each get there another colour.
August 30, 2013 at 8:03 pm in reply to: Update WP 3.6 + ENFOLD 1.9.1: Error with RSS/Twitter-Widget #135934thanks, but now the errors had gone, but it still does not show me any Twitter followers and not RSS followers.
August 30, 2013 at 3:02 pm in reply to: Output of the "latest news" widget depending on category #138414I’m an idiot … the widget let choose me a category.
Sorry.
yes, it’s a simple shortcode within a textbox. There are currently no plugin’s settings to style it, but the author said, he considered it for a future update.
August 30, 2013 at 10:16 am in reply to: Weird coding for h3/h5 headlines in the theme's files? Cannot create my own #138373EDIT
I just discovered, that when I write with the text editor (not the visual) these code into the page like normal with
"
, then it results in these weird code show with the Firebug screenshot above.However, when I write my code into the page using simple quotation marks
'
, then it is right interpreted and okay.Isn’t it possible, that I can write my own code concerning the headline tags with normal double marks?
This happens only with the headline tags (in this case h3 and h5), but not when I add into the page my own CSS styles like this for example:
#newsletterbox {
background-color: #E5C4BF !important;
padding: 10px;
}results right with my “double” marks:
With the same page, however, created with Avia Layout Builder (1 column + textblock), I have no chance to add my single marks (concerning my own styled h3 and h5 headlines, see above!)
'
in the editor, because when I save the “textblock” and re-open it, than it had returned back to the normal"
– and therefor the code is interpreted wrong as shown in the Firebug screenshot above with these backslashes.@artistic24459, the plugin is as simple as effective – no extra styling required, and integrates perfect with ENFOLD (my site is still in maintenance mode):
I’ve purchased the first (fifty-fifty) and it works perfect within ENFOLD.
no problems!
ok, I found a perfect solution, that shows automatically the excerpts, too – thanks to Dude’s code modification with using the plugin Relevanssi:
Here is the code modification, so that Relevanssi works perfect with ENFOLD:
https://kriesi.at/support/topic/instant-search-not-matching-search-results#post-135415
Works absolutely perfect, just tested it. Thanks, Dude!
Tested this code, Dude, and it shows in the search results pages, created with the Avia Layout Builder.
However: I have the same problem: do we really specify excerpts on a huge number of pages manually, so that the search result page shows excerpts?
August 28, 2013 at 12:18 pm in reply to: Messed up archive page, when using the Avia Layout Builder on it #137191My site is still in maintenance mode. But I have now discovered that with some elements the Avia Layout Builder works on archive page, too.
Normal columns, text blocks, Easy slider etc. is working fine – only “color section” and “Advanced Layerslider” not.
But I will change my plans for this page, so that it will work with the Avia Layout Builder, too.
Thanks for your info!
your last code works perfect, thanks a lot!
-
AuthorPosts