תוצאות חיפוש עבור 'WA 0'

פורום התמיכה פתוח למשתמשים מנויים בלבד. יש להתחבר או להרשם כדי להוסיף דיון או תגובה בפורום.

פורום התמיכה הועבר
על מנת שנוכל לתת לכם שירות ותמיכה בצורה אישית יותר, פורום התמיכה הועבר למערכת טיקטים באמצעות האימייל. בימים הקרובים יסגר הפורום לכתיבת הודעות חדשות לחלוטין.

ראשי פורומים חיפוש תוצאות חיפוש עבור 'WA 0'

מציג 25 תוצאות - 401 עד 425 (מתוך 448)
  • מאת
    תוצאות חיפוש
  • #12789

    yuval
    משתתף

    כתבתי סקריפת שעושה slide-up/Down לדיב שמעל להדר במטרה לחקות סטיקי הדר.
    בכל הדפים זה עובד חוץ מדף הבית שבו יש rev_slider.
    כנראה שאתם מנטרלים את הjs מה אפשר לעשות?

    הקוד שלי-

    
    	<header id="header" style="position: fixed; background: transparent">
                <script type="text/javascript">
                    $(document).scroll(function() {
                        var y = $(this).scrollTop();
                             if (y > 200 ){
                         if($('.sticky-header').height()=='0')
    
                            $('.sticky-header').css({"height":"80px","background":"rgba(0,0,0,0.75) "});
                        } else {
                            $('.sticky-header').css({"height":"0"});
                        }
    
                     /*    if (y > 200) {
                         $('.sticky-header').css({"background":"rgba(0,0,0,0.75) "});
                            $('.sticky-header').slideDown();
                         } else {
                         $('.sticky-header').slideUp();
                         }*/
                    });
                </script>
                <div  class="sticky-header" style="width: 100%;height:0;  position: fixed;transition: height 1s; background: transparent">
                </div>
    			<div class="container" >
    
    				<div id="logo" role="banner">
    					<?php if ( ! empty( $logo_img ) ) : ?>
    					<div class="logo-img pull-left">
    						<a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><img src="<?php echo $logo_img; ?>" alt="<?php bloginfo( 'name' ); ?>" /></a>
    					</div>
    					<?php else : ?>
    					<div class="logo-text pull-left">
    						<a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a>
    					</div>
    					<?php endif; ?>
    
    					<button type="button" class="navbar-toggle visible-xs" data-toggle="collapse" data-target=".navbar-collapse">
    						<span class="sr-only"><?php _e( 'Toggle navigation', 'pojo' ); ?></span>
    						<span class="icon-bar"></span>
    						<span class="icon-bar"></span>
    						<span class="icon-bar"></span>
    					</button>
    				</div>
    				<nav id="nav-main">
    
    					<div class="navbar-collapse collapse" role="navigation" >
    						<?php if ( has_nav_menu( 'primary' ) ) : ?>
    							<?php wp_nav_menu( array( 'theme_location' => 'primary', 'container' => false, 'menu_class' => 'sf-menu hidden-xs', 'walker' => new Pojo_Navbar_Nav_Walker() ) );
    							wp_nav_menu( array( 'theme_location' => has_nav_menu( 'primary_mobile' ) ? 'primary_mobile' : 'primary', 'container' => false, 'menu_class' => 'mobile-menu visible-xs', 'walker' => new Pojo_Navbar_Nav_Walker() ) ); ?>
    						<?php else : ?>
    							<mark class="menu-no-found"><?php printf( __( 'Please setup Menu <a href="%s">here</a>', 'pojo' ), admin_url( 'nav-menus.php?action=locations' ) ); ?></mark>
    						<?php endif; ?>
    
    					</div>
    				</nav><!-- /#nav-menu -->
    
    			</div><!-- /.container -->
    
    		</header>
    #12784

    אהלן
    אני מוסיף את המצגת של picasa בעזרת הבילדר, בעזרת הפייצ'ר "עורך טקסט". אני עובר אל הלשונית של עורך טקסט במקום עורך ויזואלי ואני מדביק את שורת הקוד של המצגת.
    זה עובד נהדר עד שאני נכנס שוב אל עורך הטקסט כדי להוסיף טקסט או משהו אחר ואז אני מגלה שהבילדר שינה לבד את הקוד:

    בהתחלה
    <embed type="application/x-shockwave-flash" src="https://photos.gstatic.com/media/slideshow.swf" width="800" height="533" flashvars="host=picasaweb.google.com&captions=1&hl=en_US&feat=flashalbum&RGB=0x000000&feed=https%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2F104943615871955910121%2Falbumid%2F6095625468243754833%3Falt%3Drss%26kind%3Dphoto%26authkey%3DGv1sRgCNr0xpbz99Dv8QE%26hl%3Den_US" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>

    ואז העורך משנה לבד את הקוד אל

    <embed src="https://photos.gstatic.com/media/slideshow.swf" type="application/x-shockwave-flash" width="800" height="533"></embed>

    זה מתסכל בטירוף…. למה הקוד משתנה? אני רוצה שבדף אחד יהיו הרבה מצגות וחשבתי שעדיף שהמצגות יבואו דרך אתר אחר כדי שהעמוד ייעלה מהר ושרפתי על זה מלא שעות…

    #10821

    Ariel
    משתתף

    🙂

    1. יש לך בהגדרות של כל שורה, אפשרות לבחירת צבע רקע

    2. למה אתה לא משתמש עם הפלוס והמינוס של האלמנטים? – תוכל לראות בוידאו הבא איך משתמשים בצורה טובה עם הבילדר שלנו:

    3. הלוגו שהעלת ממש ענק, דבר ראשון תעלה תמונה מוקטנת של הלוגו שלך, לצורך העניין 300px על 100px גובה

    4. לגבי החלק העליון של האתר שנקרא "בר כותרת", אתה יכול לבטל אותו כליל מכל האתר שלך, כנס לאפשרויות תבנית > תוכן > בר כותרת > תבטל את כל האפשרויות ותעשה שמירה

    #10445

    chen gillon
    חבר

    שלום, שלחתם אליי קישור לקובץ הזה: https://pojo.co.il/wp-content/uploads/2014/11/river.zip
    ולפי ההוראות שלכם, עשינו ייבוא לקובץ XML שבפנים.
    בחרנו את שם המשתמש שלי ובחרנו לפתוח/להעלות את הקבצים (לא זוכרת את הניסוח המדוייק.
    מצרפת למטה את מה שקיבלתי. אני מבינה שזה קשור לחנות שאותה אני לא צריכה, אבל אני לא מקבלת את התבנית לרשימת התבניות הקיימות שלי. מה אפשר לעשות?

    Failed to import product_tag casio
    Failed to import product_type external
    Failed to import product_type grouped
    Failed to import product_type simple
    Failed to import product_tag sony
    Failed to import product_tag swatch
    Failed to import product_type variable
    Failed to import product_cat חולצות
    Failed to import product_cat שעונים
    מדיה “shutterstock_141146677” already exists.
    מדיה “shutterstock_141193219” already exists.
    מדיה “shutterstock_140871463” already exists.
    מדיה “shutterstock_139725589” already exists.
    מדיה “shutterstock_138833240” already exists.
    מדיה “shutterstock_125181620” already exists.
    מדיה “shutterstock_22074556” already exists.
    מדיה “shutterstock_107285615” already exists.
    מדיה “shutterstock_113776348” already exists.
    מדיה “shutterstock_119201443” already exists.
    מדיה “shutterstock_121312519” already exists.
    מדיה “shutterstock_126319898” already exists.
    מדיה “shutterstock_127657622” already exists.
    מדיה “shutterstock_141094816” already exists.
    מדיה “shutterstock_141754681” already exists.
    מדיה “shutterstock_142023709” already exists.
    מדיה “shutterstock_142182526” already exists.
    מדיה “_0000_Layer 1” already exists.
    מדיה “_0001_twitter_logo” already exists.
    מדיה “_0002_Sony-logo-wallpaper” already exists.
    מדיה “_0003_samsung_logo_001” already exists.
    מדיה “_0004_salesforce-logo-635” already exists.
    מדיה “_0005_pinterest_logo_red” already exists.
    מדיה “_0006_Nokia-Logo” already exists.
    מדיה “_0007_microsoft-logo” already exists.
    מדיה “_0008_mailchimp-logo” already exists.
    מדיה “_0009_logo” already exists.
    מדיה “_0010_logo-facebook-2” already exists.
    מדיה “_0011_Intel” already exists.
    מדיה “_0012_IBM-Logo” already exists.
    מדיה “_0013_htc-logo” already exists.
    מדיה “_0014_hp-logo” already exists.
    מדיה “_0015_google-logo” already exists.
    מדיה “_0016_dropbox_logo@2x” already exists.
    מדיה “_0017_cnn-logo” already exists.
    מדיה “_0018_a.com_logo_RGB” already exists.
    מדיה “shutterstock_138833240” already exists.
    מדיה “shutterstock_141193219” already exists.
    מדיה “shutterstock_22074556” already exists.
    מדיה “shutterstock_141146677” already exists.
    מדיה “shutterstock_140871463” already exists.
    מדיה “shutterstock_107285615” already exists.
    מדיה “tumblr_myebqysYZ81st5lhmo1_1280” already exists.
    מדיה “tumblr_myp93odkni1st5lhmo1_1280” already exists.
    מדיה “tumblr_n5wa85HJXj1st5lhmo1_1280” already exists.
    מדיה “tumblr_n7yhe1sTa41st5lhmo1_1280” already exists.
    מדיה “tumblr_n8gyrvGyzC1st5lhmo1_1280” already exists.
    מדיה “tumblr_n8zm0yzydj1st5lhmo1_1280” already exists.
    מדיה “tumblr_n9hxcf3Bm91st5lhmo1_1280” already exists.
    מדיה “tumblr_n9hyj3WPl21st5lhmo1_1280” already exists.
    מדיה “tumblr_n9hyqfJavs1st5lhmo1_1280” already exists.
    מדיה “tumblr_n21lusI21V1st5lhmo1_1280” already exists.
    מדיה “tumblr_na0k8dFafa1st5lhmo1_1280” already exists.
    מדיה “tumblr_na0k70npJI1st5lhmo1_1280” already exists.
    מדיה “tumblr_msuei3sMTo1st5lhmo1_1280” already exists.
    מדיה “tumblr_msuesa2dHQ1st5lhmo1_1280” already exists.
    מדיה “tumblr_mufr5r97TQ1st5lhmo1_1280” already exists.
    מדיה “tumblr_mvyx8txG0p1st5lhmo1_1280” already exists.
    מדיה “tumblr_myebsj2lWI1st5lhmo1_1280” already exists.
    מדיה “tumblr_mzzr2t1Ygc1st5lhmo1_1280” already exists.
    מדיה “tumblr_n4efdyyCNB1st5lhmo1_1280” already exists.
    מדיה “tumblr_n4vje69pJm1st5lhmo1_1280” already exists.
    מדיה “tumblr_n5wattoQ2M1st5lhmo1_1280” already exists.
    מדיה “tumblr_n7fg0vwDIf1st5lhmo1_1280” already exists.
    מדיה “tumblr_n7fgaogdzA1st5lhmo1_1280” already exists.
    מדיה “tumblr_n8zm8ndGiY1st5lhmo1_1280” already exists.
    מדיה “le métro se lève” already exists.
    מדיה “tumblr_n10mzgcbTV1st5lhmo1_1280” already exists.
    מדיה “tumblr_n10n1wmxiS1st5lhmo1_1280” already exists.
    מדיה “tumblr_n21lyiUhPC1st5lhmo1_1280” already exists.
    מדיה “tumblr_na0kb0BLqR1st5lhmo1_1280” already exists.
    מדיה “tumblr_mx3trrzUOJ1st5lhmo1_1280” already exists.
    מדיה “tumblr_mx3tsop3GI1st5lhmo1_1280” already exists.
    מדיה “tumblr_mxrv8vRMbA1st5lhmo1_1280” already exists.
    מדיה “tumblr_myebv0eI7k1st5lhmo1_1280” already exists.
    מדיה “tumblr_myp9dgyhJ71st5lhmo1_1280” already exists.
    מדיה “tumblr_myp94uOjbG1st5lhmo1_1280” already exists.
    מדיה “tumblr_mzgzd79XMY1st5lhmo1_1280” already exists.
    מדיה “tumblr_mzzqzzCmuz1st5lhmo1_1280” already exists.
    מדיה “tumblr_n0hpthN8VH1st5lhmo1_1280” already exists.
    מדיה “tumblr_n0hpwpZrVc1st5lhmo1_1280” already exists.
    מדיה “tumblr_n1ipqbCLKd1st5lhmo1_1280” already exists.
    מדיה “tumblr_n1ips91H3y1st5lhmo1_1280” already exists.
    מדיה “tumblr_n2k0y8bxXE1st5lhmo1_1280” already exists.
    מדיה “tumblr_n2k15mq4xy1st5lhmo1_1280” already exists.
    מדיה “tumblr_n2k138YEtG1st5lhmo1_1280” already exists.
    מדיה “tumblr_n3tstry6Cn1st5lhmo1_1280” already exists.
    מדיה “tumblr_n4cmg3MLfq1st5lhmo1_1280” already exists.
    מדיה “tumblr_n6esyhWNdU1st5lhmo1_1280” already exists.
    מדיה “tumblr_n6rzkfxeOR1st5lhmo1_1280” already exists.
    מדיה “n1” already exists.
    מדיה “n2” already exists.
    מדיה “n3” already exists.
    מדיה “n4” already exists.
    מדיה “n5” already exists.
    מדיה “n6” already exists.
    מדיה “woocommerce_logo” already exists.
    מדיה “shutterstock_105635078” already exists.
    מדיה “r1” already exists.
    מדיה “r2” already exists.
    מדיה “r3” already exists.
    מדיה “r4” already exists.
    מדיה “r5” already exists.
    מדיה “r6” already exists.
    מדיה “shutterstock_140871265” already exists.
    מדיה “tumblr_msuen9zynZ1st5lhmo1_1280” already exists.
    מדיה “_0000_Layer 1” already exists.
    מדיה “_0001_Layer 8” already exists.
    מדיה “_0002_Layer 6” already exists.
    מדיה “_0003_Layer 7” already exists.
    מדיה “_0004_Layer 3” already exists.
    מדיה “_0005_Layer 9” already exists.
    מדיה “_0006_Layer 10” already exists.
    מדיה “_0007_Layer 5” already exists.
    מדיה “_0008_Layer 4” already exists.
    מדיה “_0009_Layer 2” already exists.
    מדיה “bg16” already exists.
    מדיה “bg17” already exists.
    מדיה “slider-bg-1” already exists.
    מדיה “001” already exists.
    מדיה “002” already exists.
    מדיה “003” already exists.
    מדיה “004” already exists.
    מדיה “bg20” already exists.
    מדיה “m-river” already exists.
    מדיה “button” already exists.
    מדיה “shop” already exists.
    מדיה “icon-001” already exists.
    מדיה “icon-002” already exists.
    מדיה “icon-003” already exists.
    מדיה “sop-bg-1” already exists.
    מדיה “sop-bg-2” already exists.
    מדיה “sop-bg-3” already exists.
    מדיה “strip” already exists.
    מדיה “black_lozenge” already exists.
    עמוד “בלוג – רשימה עם סיידבר” already exists.
    עמוד “גלריות – 3 עמודות” already exists.
    עמוד “צור קשר” already exists.
    עמוד “בלוג – גריד 3” already exists.
    עמוד “בלוג – גריד עם סיידבר” already exists.
    עמוד “בלוג” already exists.
    עמוד “גלריות – 4 עמודות” already exists.
    עמוד “טיפוגרפיה” already exists.
    עמוד “מי אנחנו” already exists.
    עמוד “צור קשר 2” already exists.
    עמוד “שאלות נפוצות” already exists.
    עמוד “Mijireh Secure Checkout” already exists.
    עמוד “דף בית 1” already exists.
    Failed to import “יצירת קשר”: Invalid post type pojo_forms
    Failed to import “מוזיאון המדע בלונדון”: Invalid post type pojo_gallery
    Failed to import “צור קשר 1”: Invalid post type pojo_forms
    Failed to import “מסילת הרכבת”: Invalid post type pojo_gallery
    Failed to import “בתי מלון”: Invalid post type pojo_gallery
    Failed to import “מדרגות של בניינים”: Invalid post type pojo_gallery
    עמוד “קרדיט” already exists.
    עמוד “בלאנק” already exists.
    עמוד “סל הקניות” already exists.
    עמוד “לתשלום” already exists.
    עמוד “החשבון שלי” already exists.
    עמוד “בלוג – גריד 4” already exists.
    עמוד “בלוג – פסיפס” already exists.
    עמוד “גלריות – פסיפס” already exists.
    עמוד “בלוג – רשימה” already exists.
    עמוד “דף בית 2” already exists.
    עמוד “שירותים” already exists.
    עמוד “חנות” already exists.
    עמוד “דף בית 3” already exists.
    Failed to import “גשר המנעולים”: Invalid post type pojo_gallery
    Failed to import “הסמארטפון שלי”: Invalid post type pojo_gallery
    Failed to import “מסע לעולם ישן”: Invalid post type pojo_gallery
    Failed to import “נמל התעופה בפולין”: Invalid post type pojo_gallery
    Failed to import “ציורי שמן ”: Invalid post type pojo_gallery
    Failed to import “המסע לאפריקה”: Invalid post type pojo_gallery
    Failed to import “המצלמה שלי”: Invalid post type pojo_gallery
    Failed to import “רבות הדרכים”: Invalid post type pojo_gallery
    Failed to import “הרי האלפים”: Invalid post type pojo_gallery
    Failed to import “הרים וגבעות”: Invalid post type pojo_gallery
    Failed to import “ציפורים ועופות”: Invalid post type pojo_gallery
    Failed to import “חוויות מהעיר הגדולה”: Invalid post type pojo_gallery
    Failed to import “משקיפים אל האופק”: Invalid post type pojo_gallery
    Failed to import “חוגגים יומולדת”: Invalid post type pojo_gallery
    Failed to import “המקלדת הראשונה בעולם”: Invalid post type pojo_gallery
    Failed to import “פסטיבל הלילה בברצלונה”: Invalid post type pojo_gallery
    Failed to import “הסיפור שלי”: Invalid post type pojo_gallery
    Failed to import “מוניות לפני הכול”: Invalid post type pojo_gallery
    Failed to import “חוגגים עצמאות”: Invalid post type pojo_gallery
    Failed to import “על שפת הנחל הכחול”: Invalid post type pojo_gallery
    פוסט “ניהול נוכחות חברתית לעסק” already exists.
    פוסט “אפליקציות מומלצות לאייפד” already exists.
    פוסט “כך תבחרו לוגו לעסק” already exists.
    פוסט “חוויות מבית המשפט המחוזי” already exists.
    פוסט “25 טרנדים בעיצוב דיגיטלי” already exists.
    פוסט “קרן השקעות חדשה לעסקים” already exists.
    פוסט “פיתוח חדש לשיתוף תמונות ” already exists.
    פוסט “להגן על האתר מפני פורצים” already exists.
    Failed to import “לוגואים צבעוני”: Invalid post type pojo_slideshow
    פוסט “כך תבחרו לוגו לעסק” already exists.
    פוסט “25 טרנדים בעיצוב דיגיטלי” already exists.
    פוסט “להגן על האתר מפני פורצים” already exists.
    פוסט “ניהול נוכחות חברתית לעסק” already exists.
    פוסט “פיתוח חדש לשיתוף תמונות” already exists.
    Failed to import “נופים שצוירו במכחול”: Invalid post type pojo_gallery
    Failed to import “על שפת הנחל”: Invalid post type pojo_gallery
    Failed to import “האהבה הישנה שלי”: Invalid post type pojo_gallery
    Failed to import “פירות קיץ מתוקים”: Invalid post type pojo_gallery
    Failed to import “לראות את האור”: Invalid post type pojo_gallery
    Failed to import “הרפתקאות בסוואנה”: Invalid post type pojo_gallery
    פוסט “שלום עולם!” already exists.
    פוסט “חוויות מבית המשפט המחוזי” already exists.
    פוסט “אפליקציות מומלצות לאייפד” already exists.
    פוסט “קרן השקעות חדשה לעסקים” already exists.
    פוסט “מחשבות אל האופק” already exists.
    פוסט “ניהול נוכחות חברתית לעסק” already exists.
    פוסט “להפגש מחדש כמו פעם” already exists.
    פוסט “עיצוב חדרים בסגנון מודרני” already exists.
    פוסט “10 אתרי נופש שאסור לפספס” already exists.
    פוסט “המדריך להונאות פישינג” already exists.
    פוסט “כך תבחרו את הבריכה לבית” already exists.
    פוסט “חוויות ממנהטן” already exists.
    Failed to import “שעון לגבר SK4556”: Invalid post type product
    Failed to import “שעון לגבר SK4557”: Invalid post type product
    Failed to import “שעון לגבר SK4563”: Invalid post type product
    Failed to import “שעון לגבר SK4567”: Invalid post type product
    Failed to import “שעון לאישה EK3544”: Invalid post type product
    Failed to import “שעון לאישה EK3948”: Invalid post type product
    Failed to import “שעון לגבר SK5560”: Invalid post type product
    Failed to import “שעון לגבר SK5561”: Invalid post type product
    Failed to import “דף בית 3”: Invalid post type _pb_templates
    Failed to import “דף בית 4”: Invalid post type _pb_templates
    Failed to import “דף בית 6”: Invalid post type _pb_templates
    Failed to import “דף בית 7”: Invalid post type _pb_templates
    Failed to import “דף בית 5”: Invalid post type _pb_templates
    Failed to import “דף בית 1”: Invalid post type _pb_templates
    Failed to import “דף בית 2”: Invalid post type _pb_templates
    Failed to import “שעון לאישהEK2231”: Invalid post type product
    Failed to import “שעון לגבר SK5573”: Invalid post type product
    Failed to import “חולצה לגבר”: Invalid post type product
    Failed to import “טישרט סגול”: Invalid post type product
    Failed to import “חולצה ורודה”: Invalid post type product
    Failed to import “חולצה אדומה”: Invalid post type product
    Failed to import “חולצה כחולה”: Invalid post type product
    Failed to import “חולצה אפורה”: Invalid post type product
    Failed to import “חולצה שחורה”: Invalid post type product
    Failed to import “חולצה כתומה”: Invalid post type product
    Failed to import “חולצה ירוקה”: Invalid post type product
    Failed to import “חולצה תכלת”: Invalid post type product

    All done. Have fun!
    Remember to update the passwords and roles of imported users.

    באתר הזה יש מלא בעיות בתבנית,
    האתר לא עובד כמו שצריך באקספלורר ישן.

    REQUIRED:License URI: is missing from your style.css header.
    REQUIRED:.bypostauthor css class is needed in your theme css.
    WARNING: The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
    WARNING: file_get_contents was found in the file core/settings/pages/tools.php File operations should use the WP_Filesystem methods instead of direct PHP filesystem calls.
    Line 58: $options = json_decode( file_get_contents( $import_file ), true );
    WARNING: .htaccess Hidden Files or Folders found.
    REQUIRED: The theme uses the register_taxonomy() function, which is plugin-territory functionality.
    REQUIRED: The theme uses the register_post_type() function, which is plugin-territory functionality.
    REQUIRED: The theme doesn't have post pagination code in it. Use posts_nav_link() or paginate_links() or next_posts_link() and previous_posts_link() to add post pagination.
    REQUIRED: The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output
    REQUIRED: Found a Customizer setting that did not have a sanitization callback function. Every call to the add_setting() method needs to have a sanitization callback function passed.
    REQUIRED: Could not find comment_form. See: comment_form
    <?php comment_form(); ?>
    REQUIRED: screen_icon() found in the file core/addons/plugins/class-tgm-plugin-activation.php. Deprecated since version 3.8.
    Line 399: screen_icon( apply_filters( 'tgmpa_default_screen_icon', 'themes' ) );
    Line 1593: screen_icon( apply_filters( 'tgmpa_default_screen_icon', 'themes' ) );
    REQUIRED: core/settings/settings.php. Themes should use add_theme_page() for adding admin pages.
    Line 151: add_submenu_page(
    REQUIRED: core/settings/pages/tools.php. Themes should use add_theme_page() for adding admin pages.
    Line 76: add_submenu_page(
    REQUIRED: core/licenses/class-pojo-licenses-settings.php. Themes should use add_theme_page() for adding admin pages.
    Line 80: add_submenu_page(
    REQUIRED: core/addons/plugins/class-tgm-plugin-activation.php. Themes should use add_theme_page() for adding admin pages.
    Line 354: add_submenu_page(
    RECOMMENDED: could not find the file readme.txt in the theme. Please see Theme_Documentation for more information.
    RECOMMENDED: Possible variable $social found in translation function in core/widgets/class-pojo-widget-social-links.php. Translation function calls must NOT contain PHP variables.
    Line 125: $items_array[] = '<li class='social-' . self::get_social_slug( $social ) . ">' . $icon . '';
    RECOMMENDED: Possible variable $day_title found in translation function in core/widgets/class-pojo-widget-opening-hours.php. Translation function calls must NOT contain PHP variables.
    Line 39: 'title' => __( $day_title, 'pojo' ),
    RECOMMENDED: No reference to add_theme_support( "custom-header", $args ) was found in the theme. It is recommended that the theme implement this functionality if using an image for the header.
    RECOMMENDED: No reference to add_theme_support( "custom-background", $args ) was found in the theme. If the theme uses background images or solid colors for the background, then it is recommended that the theme implement this functionality.
    RECOMMENDED: Tags: is either empty or missing in style.css header.
    INFO: Possible hard-coded links were found in the file header.php.
    Line 26: Upgrade to a different browser or
    Line 27: install Google Chrome Fra
    INFO: Possible hard-coded links were found in the file header.php.
    Line 26:
    Upgrade to a different browser or
    INFO: Non-printable characters were found in the core/widgets/class-pojo-widget-catalog.php file. You may want to check this file for errors.
    Line 38: 'desc' => __( 'Enter the price for the item here, Eg: 34$, 55.5���, £12, 14���.', 'pojo' ),
    INFO: includes/theme-setup.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    Line 57: include( 'class-pojo-wc-templates.php' );
    INFO: iframe was found in the file core/widgets/class-pojo-widget-google-maps.php iframes are sometimes used to load unwanted adverts and code on your site.
    Line 65: '<div class='pojo-google-map-wrap custom-embed'><iframe frameborder='0' scrolling='no' marginheight='0' marginwidth='0' src=
    INFO: iframe was found in the file core/setup.php iframes are sometimes used to load unwanted adverts and code on your site.
    Line 63: iFrame on the page
    Line 64: $pattern = '/<iframe.*?src='.*?(vimeo|youtu\.?be).*?'.*?<\/iframe>/';
    INFO: core/widgets.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    Line 19: include( 'widgets/class-pojo-widget-base.php' );
    Line 22: include( 'widgets/' . $w_key . '.php' );
    INFO: core/units.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    Line 301: include( $located );
    INFO: core/smart-page/smart-page.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    Line 5: include( 'api.php' );
    INFO: core/setup.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    Line 112: include( POJO_INCLUDES_DIRECTORY . '/class-pojo-theme-template.php' );
    Line 113: include( POJO_INCLUDES_DIRECTORY . '/class-pojo-customize-register-fields.p
    INFO: core/settings/settings.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    Line 71: include( 'settings-validations.php' );
    Line 74: include( 'pages/page-base.php' );
    Line 75: include( 'pages/general.php' );
    Line 76: include( 'pages/content.php' );
    Line 77: include( 'pages/tools.php' );
    Line 93: include( 'fields/base.php' );
    Line 98: include( 'fields/' . $field_slug . '.php' );
    INFO: core/page-builder/page-builder.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    Line 752: include( 'page-builder-templates.php' );
    Line 756: include( 'widgets/class-pojo-widget-title.php' );
    Line 757: include( 'widgets/class-pojo-widget-divider.php' );
    Line 758: include( 'widgets/class-pojo-widget-button.php' );
    Line 759: include( 'widgets/class-pojo-widget-wysiwyg.php' );
    Line 762: include( 'widgets/class-pojo-widget-rev-slider.php' );
    INFO: core/meta-box/meta-box.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    Line 68: include( 'classes/helpers.php' );
    Line 69: include( 'classes/meta-box-panel.php' );
    Line 70: include( 'classes/meta-box-field.php' );
    Line 71: include( 'classes/api.php' );
    Line 99: include( sprintf( '%s/core/meta-box/fields/%s.php', get_template_directory(
    INFO: core/licenses/class-pojo-licenses.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    Line 22: include( POJO_CORE_DIRECTORY . '/licenses/class-pojo-licenses-settings.php'
    Line 28: include( POJO_CORE_DIRECTORY . '/licenses/class-pojo-licenses-api.php' );
    Line 29: include( POJO_CORE_DIRECTORY . '/licenses/class-pojo-theme-updater.php' );
    INFO: core/helpers/class-pojo-thumbnails.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    Line 8: include( 'bfi_thumb/BFI_Thumb.php' );
    INFO: core/customize/customize.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    Line 213: include( 'fields/base.php' );
    Line 218: include( 'fields/' . $field . '.php' );
    Line 329: include( 'class-pojo-customizer-sections.php' );
    INFO: core/bootstrap.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    Line 61: include( POJO_CORE_DIRECTORY . '/config.php' );
    Line 62: include( POJO_INCLUDES_DIRECTORY . '/theme-config.php' );
    Line 64: include( POJO_CORE_DIRECTORY . '/helpers/class-pojo-maintenance.php' );
    Line 66: include( POJO_CORE_DIRECTORY . '/helpers/class-pojo-embed-template.php' );
    Line 68: include( POJO_CORE_DIRECTORY . '/helpers/class-pojo-masterslider.php' );
    Line 71: include( POJO_CORE_DIRECTORY . '/helpers/class-pojo-compatibility.php' );
    Line 73: include( POJO_CORE_DIRECTORY . '/helpers/class-pojo-thumbnails.php' );
    Line 75: include( POJO_CORE_DIRECTORY . '/helpers/class-pojo-layouts.php' );
    Line 78: include( POJO_CORE_DIRECTORY . '/helpers/class-pojo-web-fonts.php' );
    Line 81: include( POJO_CORE_DIRECTORY . '/helpers/class-pojo-breadcrumbs.php' );
    Line 84: include( POJO_CORE_DIRECTORY . '/helpers/walkers/class-pojo-navbar-nav-walk
    Line 85: include( POJO_CORE_DIRECTORY . '/helpers/walkers/class-pojo-navbar-nav-mobi
    Line 88: include( POJO_CORE_DIRECTORY . '/helpers/walkers/class-pojo-nav-menu-dropdo
    Line 91: include( POJO_CORE_DIRECTORY . '/helpers/class-pojo-create-css-code.php' );
    Line 94: include( POJO_CORE_DIRECTORY . '/admin-ui.php' );
    Line 96: include( POJO_CORE_DIRECTORY . '/helpers/class-pojo-templates.php' );
    Line 98: include( POJO_CORE_DIRECTORY . '/helpers/deprecated.php' );
    Line 101: include( POJO_CORE_DIRECTORY . '/setup.php' );
    Line 102: include( POJO_INCLUDES_DIRECTORY . '/theme-setup.php' );
    Line 105: include( POJO_CORE_DIRECTORY . '/units.php' );
    Line 107: include( POJO_CORE_DIRECTORY . '/customize/customize.php' );
    Line 110: include( POJO_CORE_DIRECTORY . '/settings/settings.php' );
    Line 113: include( POJO_CORE_DIRECTORY . '/meta-box/meta-box.php' );
    Line 116: include( POJO_CORE_DIRECTORY . '/widgets.php' );
    Line 119: include( POJO_CORE_DIRECTORY . '/enqueue-scripts.php' );
    Line 122: include( POJO_CORE_DIRECTORY . '/page-options/page-options.php' );
    Line 125: include( POJO_CORE_DIRECTORY . '/smart-page/smart-page.php' );
    Line 128: include( POJO_CORE_DIRECTORY . '/page-builder/page-builder.php' );
    Line 131: include( POJO_CORE_DIRECTORY . '/page-format/page-format.php' );
    Line 134: include( POJO_CORE_DIRECTORY . '/licenses/class-pojo-licenses.php' );
    Line 137: include( POJO_CORE_DIRECTORY . '/addons/post-formats/post-formats.php' );
    Line 139: include( POJO_CORE_DIRECTORY . '/addons/plugins/plugin-activation.php' );
    Line 141: include( POJO_CORE_DIRECTORY . '/addons/galleries/class-pojo-gallery.php' )
    Line 142: include( POJO_CORE_DIRECTORY . '/addons/slideshow/class-pojo-slideshow.php'
    Line 144: include( POJO_CORE_DIRECTORY . '/addons/menu-search/menu-search.php' );
    Line 147: include( POJO_CORE_DIRECTORY . '/addons/woocommerce-integration/class-pojo-
    INFO: core/addons/woocommerce-integration/class-pojo-woocommerce-integration.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    Line 122: include( 'widgets/class-pojo-widget-wc-products.php' );
    Line 123: include( 'widgets/class-pojo-widget-wc-products-category.php' );
    Line 124: include( 'widgets/class-pojo-widget-wc-product-categories.php' );
    INFO: core/addons/slideshow/class-pojo-slideshow.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    Line 4: include( 'classes/class-pojo-slideshow-helpers.php' );
    Line 5: include( 'classes/class-pojo-slideshow-cpt.php' );
    Line 6: include( 'classes/class-pojo-slideshow-shortcode.php' );
    Line 7: include( 'classes/class-pojo-slideshow-ajax.php' );
    Line 39: include_once( 'classes/class-pojo-slideshow-widget.php' );
    INFO: core/addons/plugins/plugin-activation.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    Line 4: include( 'class-tgm-plugin-activation.php' );
    INFO: core/addons/plugins/class-tgm-plugin-activation.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    Line 1081: require_once( ABSPATH . 'wp-admin/includes/class-wp-list-table.php' );
    INFO: core/addons/galleries/class-pojo-gallery.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    Line 4: include( 'classes/class-pojo-gallery-helpers.php' );
    Line 5: include( 'classes/class-pojo-gallery-shortcode.php' );
    Line 6: include( 'classes/class-pojo-gallery-cpt.php' );
    Line 7: include( 'classes/class-pojo-gallery-front.php' );
    Line 35: include_once( 'classes/class-pojo-widget-recent-galleries.php' );
    Line 36: include_once( 'classes/class-pojo-widget-gallery.php' );


    Ariel
    משתתף

    1. אתה יכול להוסיף CSS להתאמה אישית, לדוגמא: blockquote {font-size: 18px;}

    2. אתה צריך בשביל זה להתחבר לשירותי סליקה (Gateway), כמו קארדקום, טרנזילה וכדו'

    3. בהגדרות תשלום של WC יש לך אפשרות לקבוע את חשבון הפייפל שאליו יכנס הכסף


    יאיר הלל
    משתתף
    תגובה זו סומנה כפרטית.
    #9055
    תגובה זו סומנה כפרטית.
    #8705

    galraphael
    משתתף
    תגובה זו סומנה כפרטית.
    #8401
    [סגור]

    דיון: העלאת קבצי דמו

    בפורום תמיכה

    gal osherov
    חבר

    שלום רב,
    לאחר שרכשתי את ערכת העיצוב River והתקנתי אותה על וורדפרס נתקלתי בבעיה.
    כאשר אני מנסה לייבא את התבנית לדוגמה (קובץ XML) בסדר הבא: כלים – ייבוא – WordPress, עולה לי ההתראה הבאה:
    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Web Server at …

    אני מבין מכך כי קיימת בעיה בשרת עליו אני מאחסן את האתר (GoDaddy).
    לאחר פניה לשירות הלקוחות שלהם הם טוענים שלא קיימת כל בעיה בשרת.
    שאלתי היא האם יש אפשרות להתקנה של תבנית הדמו וכל שאר הרכיבים מהקובץ River-files דרך FTP.

    #8388

    israel
    משתתף

    זה השגיאה שמתקבלת מהתוסף
    Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'woo_add_custom_general_fields_save' not found or invalid function name in /home/…../public_html/site/wp-includes/plugin.php on line 505

    Warning: Cannot modify header information – headers already sent by (output started at /home/…./public_html/site/wp-includes/plugin.php:505) in /home/…./public_html/site/wp-admin/post.php on line 233

    Warning: Cannot modify header information – headers already sent by (output started at /home/…./public_html/site/wp-includes/plugin.php:505) in /home/…./public_html/site/wp-includes/pluggable.php on line 1173

    וזו השגיאה שמתקבלת כשאני עושה לפי המדריך:
    Fatal error: Call to undefined function woocommerce_wp_text_input() in /home/…../public_html/site/wp-content/themes/everest-child/functions.php on line 73

    #8276

    Ariel
    משתתף

    ניתןלעשות את זה באמצעות התוסף Revolution Slider שמצורף לערכת העיצוב. שים לב שההגדרות של ה REV לפוסטים, די מורכבות גם למקצוענים, תעבור על הסרטון הדגמה הרשמי שלהם, אני חושב שזה יסביר לך הכל:

    תגובה זו סומנה כפרטית.
    תגובה זו סומנה כפרטית.
    תגובה זו סומנה כפרטית.
    תגובה זו סומנה כפרטית.
    #6930
    [סגור]

    דיון: iThemes Security בעיה

    בפורום תמיכה

    al09
    משתתף

    התקנתי את התוסף – iThemes Security

    שאני נכנס ללשונית Advanced הוא מבקש ממני לבצע גיבוי, אבל שאני לוחץ על הלינק בשורה "WARNING: Backup your database before changing the admin user.
    "

    הוא נותן לי שגיאה – "וורדפרס שגיאה – אין לך הרשאות לגשת לעמוד זה."

    למה השגיאות הללו? ואיך פותרים אותם?

    #6687

    בתגובה ל: לוגו ובעיה


    Ariel
    משתתף

    1. אי אפשר באוורסט להעביר את הלוגו למרכז, אחרת זה פשוט מיפגע לך בתפריט
    2. תוכל לשלוח לנו כתגובה פרטית גישה לאתר שלך + קישור ספציפי לעמוד המדובר?
    3. אשמח אם תסביר בדיוק איפה אתה נתקל בבעיה וככה נוכל לעזור. בכל מקרה תוכל לראות את הוידאו הזה, אני מאמין שזה יעזור לך בתור התחלה:

    #6501

    al09
    משתתף

    שלום, יש לי שגיאה שגוגל מתריאה עליה המון זמן, להלן השגיאה:

    Dear webmaster of http://elihai-computers.co.il/,
    When your site was crawled by Googlebot for smartphones, we detected a significant increase in the number of URLs that return an HTTP 404 (page not found) errors. These errors may prevent Google from showing content on those pages in search results for smartphones. While it's not necessary to fix these issues, your smartphone users will be happier if they don't land on an error page.

    השגיאה אומרת בקצרה: ישנם כתובות דפים שמביאות שגיאה 404 (דף לא נמצא) בתצוגה ניידת, הסריקה בוצעה ע"י Googlebot.

    אריאל, אמרת לי שאתה לא תומך בכלי מנהל האתרים, אבל השגיאה הזאת אומנם בכלי מנהל האתרים, אך השגיאה מפורטת היטב שהבעיה נובעת מהאתר עצמו, ולכן אשמח לקבל עבור זה תמיכה.

    תודה על הכל.

    #6481

    Ariel
    משתתף

    אכן, ההגדרות של ה REV לפוסטים, די מורכבות גם למקצוענים, תעבור על הסרטון הדגמה הזה, אני חושב שזה יסביר לך הכל:

    #6437

    בתגובה ל: צור קשר לא מגיע


    ליאה
    משתתף

    כוונתי היא ליצור טופס צור קשר שיש בו שדות רבים..
    בסופו של יום השאלה שלי (הצלחתי ליצור את הטופס) היא מה אני צריכה שיהיה כתוב בחלק הזה בכדי שהטופס אכן ישלח אליי למייל:
    מאת: [your-name] <[your-email]>
    נושא: [your-subject]

    תוכן ההודעה:
    [your-message]


    This e-mail was sent from a contact form on עורך דין צוואות (http://www.bb-law.co.il)

    #6050

    al09
    משתתף

    נ.ב שאני מוחק את הקובץ יש שגיאה בעת ההתחברות ללוח הבקרה:

    Not Found The requested URL /not_found was not found on this server.

    אבל ישנה מסקנה, עם הקובץ נמחק כל התוספות שביצעו אופטימזציה ומהירות לאתר לא יהיו רלוונטים עוד, שאלה, האם ניתן להוציא איכשהוא את הקובץ htaccess לפני השינוים? לדוגמא מאתמול?

    #6044

    al09
    משתתף
    תגובה זו סומנה כפרטית.
    #5925

    מצ"ב דוגמא:
    http://www.shw.co.il/bedrooms-and-wardrobes/
    האם גם ישנה אפשרות גלילה כמו בדוגמא?


    al09
    משתתף

    הסתדרתי, פשוט הייתי צריך להגדיל את התמונה, תגיד לי מה אתה חושב, מספיק טוב?

    http://elihai-computers.co.il/category/download-software

מציג 25 תוצאות - 401 עד 425 (מתוך 448)