Forum Replies Created

Viewing 30 posts - 31 through 60 (of 826 total)
  • Author
    Posts
  • in reply to: Changing sidebar width #134645

    Hi,

    Ok here is the problem. You have this line in a file IE10 is telling me called enfold.css , this is how the css block looks

    .content , #top .fullwidth . content.template-blog {
    width:829px !important;
    }

    you need to get that !important out of there, since its blocking other css for the correct size, instead put the above block in a media query for whatever size the width is supposed to be 829px. , But for the main monitor screen size the width is supposed to be 1030px (which is already in the code but the !important statement overrides it (so you need to (a) remove !important from the block above, and see what happens. Check lower screen sizes since at some point when that 829 what needed, you may see a new problem , and thats when you need to make a new css block just like the one above and put it in a media query for that screen size which has the problem.)

    thanks,

    Nick

    in reply to: Modify "table.php" on a child theme #135188

    Hi,

    Sorry about that. The only files you can override by dropping the file into the folder structure are the templates (archive, page, post, single etc.)

    To override other files, you need to do that from functions.php in the child theme. So you will need to either

    (a) copy the contents of table.php starting from line 9 to line 301, and paste it into functions.php of the child theme.

    or

    (b) you can do everything same as A except create a new file called table.php and put the code inside it surrounded by <?php in front and ?> in back. and then include that file once into the functions.php

    Do not copy the wrapper from functions.php of the parent that looks like on line 7 and 8 along with the very last closing curly brackets on the page.

    if ( !class_exists( 'avia_sc_table' ) )
    {

    Since functions.php of the child theme will run before the parent then the parent class will never run since line 7 and 8 say that if that function already exists not to run it.

    Thanks,

    Nick

    in reply to: No top menu between 768px and 989px width #135367

    Hi,

    Please open up /js/avia.js and go to line 85 which looks like

    switchWidth 	  = 767;

    and change it to look like

    switchWidth 	  = 989;

    Thanks,

    Nick

    in reply to: Single Product Page Sidebars #130202

    Hi,

    You can get rid of the sidebar on the product pages by going to Appearance > Widgets and removing everything from the sidebar called ‘Everywhere’ since it automatically adds a sidebar… Everywhere.

    OR

    Another way to do it would be to Change the default theme setting in Enfold > (Theme Options) > Sidebars to look like this http://featherfiles.aviary.com/2013-08-14/null/930e73edc5d848088bcf4f207d7cd80a.png and then simply add back the sidebars to the Blog Posts manually yourself.

    Thanks,

    Nick

    in reply to: Remove WooCommerce sidebar on Single items #129843

    Hi,

    You can get rid of the sidebar on the product pages by going to Appearance > Widgets and removing everything from the sidebar called ‘Everywhere’ since it automatically adds a sidebar… Everywhere.

    OR

    Another way to do it would be to Change the default theme setting in Enfold > (Theme Options) > Sidebars to look like this http://featherfiles.aviary.com/2013-08-14/null/930e73edc5d848088bcf4f207d7cd80a.png and then simply add back the sidebars to the Blog Posts manually yourself.

    Thanks,

    Nick

    in reply to: Problem with Woocommerce pages #131871

    Hi,

    You can get rid of the sidebar on the product pages by going to Appearance > Widgets and removing everything from the sidebar called ‘Everywhere’ since it automatically adds a sidebar… Everywhere.

    OR

    Another way to do it would be to Change the default theme setting in Enfold > (Theme Options) > Sidebars to look like this http://featherfiles.aviary.com/2013-08-14/null/930e73edc5d848088bcf4f207d7cd80a.png and then simply add back the sidebars to the Blog Posts manually yourself.

    Thanks,

    Nick

    in reply to: Trying to use a different Woocommerce Shop page #134314

    Hi,

    You can get rid of the sidebar on the product pages by going to Appearance > Widgets and removing everything from the sidebar called ‘Everywhere’ since it automatically adds a sidebar… Everywhere.

    OR

    Another way to do it would be to Change the default theme setting in Enfold > (Theme Options) > Sidebars to look like this http://featherfiles.aviary.com/2013-08-14/null/930e73edc5d848088bcf4f207d7cd80a.png and then simply add back the sidebars to the Blog Posts manually yourself.

    Thanks,

    Nick

    in reply to: remove the sidebar in the webshop #134706

    Hi,

    You can get rid of the sidebar on the product pages by going to Appearance > Widgets and removing everything from the sidebar called ‘Everywhere’ since it automatically adds a sidebar… Everywhere.

    OR

    Another way to do it would be to Change the default theme setting in Enfold > (Theme Options) > Sidebars to look like this http://featherfiles.aviary.com/2013-08-14/null/930e73edc5d848088bcf4f207d7cd80a.png and then simply add back the sidebars to the Blog Posts manually yourself.

    Thanks,

    Nick

    in reply to: frontpage sidebar setting ignored after 1.9 update #133422

    Hi,

    Please send me an email usjahm (at) gmail (dot) com referencing this post.

    thanks,

    Nick

    in reply to: Create New Gravity Form Modal Issue On Enfold #135044

    Hi,

    Ohh, so its the actual form that the admin uses and not a form you created with the plugin.

    Ok. My email is usjahm (at) gmail (dot) com. Please include a link referencing this post along with the login credentials and url to the backend.

    Thanks,

    nick

    in reply to: Additional site background image? #133802

    Hi,

    Though as Devin said you got more editing to do unless you set the css height of the header with the image to !important to override the jquery in /js/avia.js that will attempt to resize it on scroll.

    Thanks,

    Nick

    in reply to: Modify "table.php" on a child theme #135186

    hi,

    I hope your replaced ‘child-theme-folder” with the actual name of your child theme and inside whatever you called your child theme you added config-templatebuilder and inside that you added avia-shortcodes/

    i am just checking.

    Thanks,

    Nick

    Günter,

    Wow! Thats an excellent solution. I wasn’t thinking of doing it like that at all and thanks for sharing how you did it. Excellent work around.

    Thanks,

    Nick

    in reply to: Image Comments #134723

    Hi,

    Have you tried the Comment Images plugin? http://wordpress.org/plugins/comment-image/

    Thanks,

    Nick

    in reply to: Modify "table.php" on a child theme #135184

    Hi,

    Do you add the file to the child theme folder or do you add it to the /child-theme-folder/config-templatebuilder/avia-shortcodes/ ? create empty folders to mimic how the folder structure is on the parent theme. You do not have to add any other files just leave folders empty except for the 1 file you are moving.

    Thanks,

    Nick

    in reply to: Main Blog Page Excerpts #135200

    Hi,

    You are using an old version of the theme and need to update in order to correct that issue. Please login to themeforest.net using the account you purchased the theme with to download the latest update version. Please be aware that the update will overwrite *every theme file* , so if you modified any of the php files or added something to /css/custom.css then you will need to make a backup first.

    To correctly install the update you will need to unzip the update folder to your home computer to find a second zip folder located within the first. Unzip to a different folder on your desktop. You will need to use FTP to connect to your server so make sure you have the correct credentials which are differnt from WordPress. Ask your host.

    Procedure

    1) Logout from WordPress

    2) Login using FTP (filezilla is a good free ftp program to use -> https://filezilla-project.org/download.php )

    3) Using ftp upload the update so that every file gets overwritten in the /wp-content/themes/enfold/ folder.

    4) Log back into wordpress admin.

    Here is a good video that goes over these steps in greater detail from Devin ( https://vimeo.com/64927356 )

    Thanks,

    Nick

    in reply to: Custom button in promo box #135070

    Hi,

    Upload the images to your website (button images) using media in the admin area. copy the url’s to the 2 images.

    Since you didn’t provide a page on your website showing where the button is and what kind of button you want to substitute (big, small, medium) , it is hard for me to answer you with the next step. So please provide a URL to your isntall (you can hide it from prying eyes by using http://www.goo.gl url shortner).

    But basically what we will do is put your button inside the css container that the current button uses via CSS and disable the button settings like background color also using css.

    Thanks,

    Nick

    in reply to: avia google map widget custom styles #135067

    Hi,

    Create this file in the child theme

    /framework/php/class-framework-widgets.php

    So make 2 empty folders inside the child theme, one inside the other to mimic the structure of enfold and in the second folder called php which is located inside the folder called framework, paste the file class-framework-widgets.php from the parent theme.

    Thanks,

    Nick

    in reply to: Create New Gravity Form Modal Issue On Enfold #135042

    Hi,

    In order for us to help you, please include a URL to the particular page where you are experiencing this problem. Since each page can be created in a number of different ways , and due to many updates, it is simply not possible to provide you with a meaningful solution without first seeing the page with the live code. A screen capture will not help. What you can do is hide the url to your site by using the http://www.goo.gl url shortner.

    Thanks,

    Nick

    in reply to: Iconbox #134994

    You can go to fontello.com since they have another thousand and a half icons there first and see if any of them do a better job fitting with your site. you can remove it using this css (iconbox icon on top)

    please add this to your css/custom.css file OR to Quick CSS located in Enfold > (Theme Options) >:Layout Styling … the text area on bottom.

    .iconbox .iconbox_icon {
    display: none;
    }

    Thanks,

    Nick

    in reply to: Problems with Custom Post Type #134981

    Hi Günter,

    The archive gets created automatically. Just create one item of the post type newsbeitrag and go to the url of that item which would be you.com/newsbeitrag/name-of-item/ … then if you look at the breadcrumbs click on the you.com/newsbeitrag , the parent , and you will see that an archive page has automatically been created using the archive.php as a template . now if you want to create your own page.

    now if you want to have a custom look to the archive page, you will need to do the following:

    1) Make a copy of archive.php and call it archive-newsbeitrag.php . on bottom of archive.php write

    <?php echo 'TESTING'; ?>

    Now upload the new file, next to archive.php in main theme folder. When you load the archive page you.com/newsbeitrag , you should see on bottom of the page TESTING

    To modify this page you will need to know php and html or at least be able to hack your way around it, or willing to learn. Otherwise you wont be able to do much else.

    Thanks,

    Nick

    customize that page , you will need to do it yourself with html and php by f

    in reply to: Gallery image order ignored #134501

    Hi,

    Actually the code I provided was this, which looks a bit different than what you pasted.

    .avia-gallery-thumb {
    margin: 0 auto;
    width: 591px;
    }

    #top div .avia-gallery img {
    width: 100%;
    float: left;
    }
    #top .avia-gallery .avia-gallery-thumb a {
    float: right;
    }

    Please check whichever thread that was on since there was more. If you implemented what you pasted above instead what you see here, then perhaps that can be the cause of the problem. Though I think the problem actually is that i am sending the link to the right while sending the image that is wrapped by that link to the left.

    Your requirements were so stringent that without some serious time investment , this was the best i could come up with.

    Maybe it goes with the paranormal theme of the site that everything runs backwards?

    Thanks,

    Nick

    in reply to: How to add captions to gallery thumbs #131707

    Hi,

    You can always use the http://wordpress.org/plugins/post-types-order/ plugin to put them in whatever order you want.

    Thanks,

    Nick

    in reply to: Hide preview image on post slider #134805

    Hi,Hi,

    In order for us to help you, please include a URL to the particular page where you are experiencing this problem. Since each page can be created in a number of different ways , and due to many updates, it is simply not possible to provide you with a meaningful solution without first seeing the page with the live code. A screen capture will not help. What you can do is hide the url to your site by using the http://www.goo.gl url shortner.

    Thanks,

    Nick

    in reply to: Insertion LayerSlider #134783

    Hi,

    The hardest thing about Layerslider is getting the timing right. There is no tutorial, but you can check online there are hundreds of Layer Slider tutorials all over the place. .

    I dont understand your question – Enfold fits into Layerslider? i think its the other way around. Did you import the test sliders (button on top after you click layerslider button in admin? If you look online there are codes floating around the web to 30 different sliders that the various themes and websites created that you can import directly into the slider.

    I made a quick video for you about basic layer slider functionality -> http://somup.com/cIjIIwLZ

    Thanks,

    Nick

    in reply to: Change padding between columns #134752

    Hi,

    In order for us to help you, please include a URL to the particular page where you are experiencing this problem. Since each page can be created in a number of different ways , and due to many updates, it is simply not possible to provide you with a meaningful solution without first seeing the page with the live code. A screen capture will not help. What you can do is hide the url to your site by using the http://www.goo.gl url shortner.

    Thanks,

    Nick

    in reply to: Page content missing or broken in browser tests #132387

    Hi,

    I pasted some css and was ready to submit when i looked higher up and saw the same css was already pasted up there. I am looking at that page you sent me in chrome and ff and ie10. I don’t see any problems except your have a different number of words in some icon boxes making a few have a different size.

    You site looks fine, and icon boxes look very nice.

    Nick

    in reply to: Create slideshow with multiple post images #130639

    Hi,

    Unfortunately I am not familiar with that plugin but by the looks of things it is a menace. have you tried using either one of the two gallery layout elements/shortcodes that come with the theme? They look a lot better than that plugin. Please also ask the developer of the plugin if there are any known issues with it or if their forum has lots of others posting about similar problem they are having.

    Thanks,

    Nick

    in reply to: remove the sidebar in the webshop #134697

    Hi,

    Please use this to remove the sidebar

    #top.woocommerce .sidebar .inner_sidebar {
    display: none;
    }


    You need to be logged in to display the other menu items. Since if the visitor is not logged in there is nothing more that can be shown but a login page and a lost password page.

    Thanks,

    Nick

    in reply to: logo position in header #134691

    Hi,

    Yes, its possible.

    In order for us to help you, please include a URL to the particular page where you are experiencing this problem. Since each page can be created in a number of different ways , and due to many updates, it is simply not possible to provide you with a meaningful solution without first seeing the page with the live code. A screen capture will not help. What you can do is hide the url to your site by using the http://www.goo.gl url shortner.

    Thanks,

    Nick

Viewing 30 posts - 31 through 60 (of 826 total)