Forum Replies Created
-
AuthorPosts
-
Ahhh makes sense. Thank you very much Josue.
Thank you Josue. I have removed the full width Google Map and now showing the custom sidebar but the default sidebar is also appearing underneath the custom sidebar. How do I fix this?
This reply has been marked as private.I have tried the updated code in both the parent theme and child theme but still does not work. I currently have the edited file in the Child Theme.
Perfect, thank you! Will that function be included in the next update?
Yes, I had applied the changes.
1) First I duplicated those directories (directories only, not all the files except for image.php) and put them in my child theme.
2) Edited image.php as instructed.
3) Deleted image from page and Media Library and then re-uploaded the image and re-linked.
4) Deleted browser cache and refreshed my Browser which is Firefox. Also viewed it in Chrome.This did not work so I thought this method was not overwriting the parent file. Should this not overwrite the parent file?
Then I tried editing the parent file and duplicated the above steps but still did not work.
The current status is the edited file in the Child Theme and the parent file has been reverted back to the original.
I have populated the image alt and title tags. The images are linked through the Avia Layout Builder > Media Element > Image. I do not see where I can access the A tag when using the Avia Layout Builder.
The only place I know to access the A tag is in the default editor but I am using the Avia Layout Builder. What do I need to do?
Also just tried editing the parent file, deleted the browser cache but still no title tags visible. I see the title tags in the source but nothing on hover.
I duplicated those directories in my child theme and edited image.php but it is not overwriting the parent file. Should this not overwrite the parent file? Will this mod also be included in the next update?
Thank you
Thank you for the response Yigit but why and how does it work on the Enfold Demo site? http://kriesi.at/themes/enfold/
Hello, is anyone else experiencing this and does someone have a solution? Thank you.
I do see that the title tags work on the Enfold Demo site for this type of linking.
This reply has been marked as private.This only seems to happen when I am linking the image when using the Avia Layout Builder.
July 22, 2014 at 7:52 pm in reply to: Child functions.php Not Overriding Parent functions.php #294541Thank you very much for looking into this. I see that the Parent functions.php was accessed. Was this file modified or was just the Child functions.php modified?
July 22, 2014 at 6:01 pm in reply to: Child functions.php Not Overriding Parent functions.php #294506This reply has been marked as private.July 22, 2014 at 9:30 am in reply to: Child functions.php Not Overriding Parent functions.php #294233Yes I did upload the image again but did not work. The code should work but my concern is why is it not working? As I mentioned before I would like to get the child functions.php working as I need to perform some more modifications that will require me to add to the child functions.php. What else can I do or try. I should be able to perform this simple edit without a plugin
Thanks again
July 21, 2014 at 11:00 pm in reply to: Child functions.php Not Overriding Parent functions.php #294064Thank you Devin but I would like to use the functions.php in the child theme. I need to perform other edits as well so I need to know why the child is not overriding the parent. I also prefer to use the least amount of plugins.
Thank you.
July 21, 2014 at 6:50 pm in reply to: Child functions.php Not Overriding Parent functions.php #293964Thank you Gunter but it is still not working. The following is my Child functions.php
———————————————————-
<?php
/*
* Add your own functions here. You can also copy some of the theme functions into this file.
* WordPress will use those functions instead of the original functions then.
*/function my_image_size()
{
global $avia_config;$avia_config[‘imgSize’][‘entry_with_sidebar’] = array(‘width’=>710, ‘height’=>360); // big images for blog and page entries
}add_action(‘init’, ‘my_image_size’, 1);
Thank you Yigit but I need to have the Mega Menu working at 768. I see the Mega Menu working properly on another site at 768 at http://www.ilos.com.br/ but I don’t know what they did to fix it?
The thread I found this was https://kriesi.at/support/topic/mega-menu-color-font-transparency-styling/?login_error.
Thank you.
This reply has been marked as private.This reply has been marked as private.Thank you Ismael, appreciate it.
I was just looking at the documentation and see that when using a child theme, it is suggested that I import the Parent Theme settings. Do I need to do this?
I have been customizing the Enfold Child Theme.
Thank you Yigit, what if I want to edit “You are here” to “Something else”?
Can you also tell me if the Child theme file should have overwritten the Parent file?
Thanks Josue, I’ll give it a go. Cheers.
Thank Devin, I’ll just keep the default.
Hi Ismael, can you please let us know exactly where to add the code in helper-main-menu.php. I am trying to add a new widget area to the right side of the header. I would like to add a tagline there.
Thank you.
-
AuthorPosts