Forum Replies Created
-
AuthorPosts
-
yes, i realized about the rule of every second tr tag, the code does work when applied on the “quick css” but it changes the font color of the “Secondary Font” so i modified the “2n” on
“.main_color tr:nth-child(2n) {
color: #000 !important;
}”to “1n” , so now it changed the color of both the primary and secondary color font, which is ok with me, it looks more uniform on the table and the text is at least visible on the white background table, thx for the help!
i found this: `.iconlist-char:hover {
color: violet;
}.iconbox_icon.heading-color.avia-font-entypo-fontello:hover {
color: green;
}`but im not sure how to apply it to only certain icons or icons on icon boxes or icon lists, i turned on the custom class as suggested, but i can’t find the “custom class” option on any of the elements, i closed the browser and also did a hard reset
cool, i’ll start playing around with the new features, thank you! do you mind if i take the chance to ask something else? lol, i’d like to be able to change icon or iconbox color on mouseover, just like on the demo of the enfold theme, i found in another question i’d need css, how can i apply that to different items or pages?
that did it, thx! now, is it normal that the child theme still shows as version? 2.7.1-2 , the parent version shows 3.2
- This reply was modified 9 years, 5 months ago by wolfnuka.
ok, so i just updated the theme, i installed the update on the enfold parent theme, and the child is untouched, but there’s something wrong, when i try to edit any page, the content is blank, like absolutely empty, but on the front end everything seems ok, all the content is there, i just can’t see it on the back end, is not showing on either the avia layout builder neither on the default editor, any ideas?
- This reply was modified 9 years, 5 months ago by wolfnuka.
ok, so i tried updating through the wordpress backend, and on the theme settings where it asks yuo to write your themeforest username and API, below that it says i am running on the version 3.0.8 and that there are no other updates, is that correct? because on the link you provided it says that there is currently a 3.1v, is that rounded up somehow or there is an update from 3.0.8 to 3.1? also, is it normal when looking at the themes on the theme section and i click on details, the enfold parent, says is the version 3.0.8 but the child says version: 2.7.1-2
yea that did it, thanks!
that works for the most part, i mean i have to keep an eye not to add too many elements on the color section otherwise the element tries to stretch the background to make up for the space the elements are using inside the color section, but thats ok, only thing is that there’s a bug with the bottom border arrow display, it doesnt display properly and only shows 1 bottom border arrow of the many color section element i have on the same page, but that might be due to the version of the theme i am using, i’ll see if updating the theme solves the issue, running on 2.7.1-2
see here http://kriesi.at/blog see the social media icons on the right top corner? see how close they are to each other? i’d like to be able to do that but anywhere i need it, have different images of diferent sizes next to each other
sorry for the late reply, i realized i am running on 2.7.1-2 version, where can i download an update? also, i am using a child theme, because i am using UberMenu plugin and needed to change some php files, so how do i update the child theme? also, when updating, do all changes go back to factory settings? such as logo, icon and text colors, etc
it doesn’t get the job done, i can put them next to each other or stack them up but it still wastes space when you try to add text, i guess it has to do with the default padding and spaces when you insert images using the Avia Layout, anyways i got a way around it, i basically use a “layout element”, lets say a “1/3”, and inside it a place a “text box”, inside the text box i add the images and text, and then i keep adding text boxes with images and text within the same “1/3” element, and stacks them up nicely on a vertical fashion, to place images with text next to each other on a horizontal way i can’t find a way, the layout element just stacks them up vertically no matter what, i can’t find a way to put icons or images next to each other closely on a organized way without wasting space
just one little thing, non related tho, does anyone knows a good way to group small images together and have the capability to add a link to the images? i can’t add links to images on galleries and if i want to group small images next to each other, in an horizontal way, i can’t, when adding images to a post or a text box it stacks the images added vertically, no matter how big or small the images are, and using the “Layout Elements” to group images next to each other is good, but it wastes space, i want to be able to have small images lets say 40px x 40px next to each other really close, something like this: http://www.iconarchive.com/show/flatin-social-icons-by-uiconstock.html where there is almost no gap, and have the ability to add individual links for each image, the closest i got was using the HOTSPOT IMAGE ELEMENT, but it uses the white dotted hotspot on top of the image which doesnt let you appreciate the image or icon
ok i got it, i didn’t realize the suggested code was a replacement for the original javascript from facebook, it was conflicting because i had the suggested code and the SDK Javascript from facebook running at the same time, i deleted the one from Facebook and just left the suggested code on the FUNCTION.PHP plus the HTML Code for the button, and it works! :-)
i added that code, but it didnt look it did anything, i just watn to make sure about the implementation, i added the code from here: http://pastebin.com/7JawGzDU to the FUNCTIONS.PHP, and the JAVASCRIPT from facebook on a code block, as well as the HTML code on a codeblock on the page where i want to show the button, but it still wont show up, should i add the JAVASCRIPT on the FUNTCTIONS.PHP as well instead on a code block on a page?
ok so i found a problem just like mine on these forums, see here : https://kriesi.at/support/topic/add-code-before-body-tag/#post-430331
and a moderator recommended code from here http://pastebin.com/7JawGzDU which seemed to work for the user, all i need is to find the opening <body> tag and paste the SDK Javascript code, from facebook for example see here: https://developers.facebook.com/docs/plugins/like-button, so where do i exactly paste the code? there’s no body opening tag on header.php, only a closing </body> tag at footer.phpi did that too, it won’t show up either :-/
-
AuthorPosts